LaunchTemplateTagSpecification
public struct LaunchTemplateTagSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of resource.
Declaration
Swift
public let resourceType: ResourceType?
-
The tags for the resource.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(resourceType: ResourceType? = nil, tags: [Tag]? = nil)