LaunchTemplateTagSpecificationRequest
public struct LaunchTemplateTagSpecificationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of resource to tag. Currently, the resource types that support tagging on creation are instance and volume. To tag a resource after it has been created, see CreateTags.
Declaration
Swift
public let resourceType: ResourceType? -
The tags to apply to the resource.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(resourceType: ResourceType? = nil, tags: [Tag]? = nil)
View on GitHub
LaunchTemplateTagSpecificationRequest Structure Reference