Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.
Declaration
Swift
public let key: String
-
This property corresponds to the content of the same name for the AWS CloudFormation Tag
Data Type.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)