Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The EC2 instance tag key.
Declaration
Swift
public let key: String? -
The EC2 instance tag value.
Declaration
Swift
public let value: String? -
Undocumented
Declaration
Swift
public init(key: String? = nil, value: String? = nil)
View on GitHub
Tag Structure Reference