Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key for a developer-defined key:value pair for tagging an AWS resource.
Declaration
Swift
public let key: String
-
The value for a developer-defined key:value pair for tagging an AWS resource.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws