Ec2FleetTagSpecification

data class Ec2FleetTagSpecification(val resourceType: Ec2FleetTagSpecificationResourceType? = null, val tags: List<Ec2FleetTag>? = null)

Constructors

Link copied to clipboard
constructor(resourceType: Ec2FleetTagSpecificationResourceType? = null, tags: List<Ec2FleetTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of resource to tag.

Link copied to clipboard
val tags: List<Ec2FleetTag>? = null

The tags to apply to the resource.