Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key of the key-value tag.
Declaration
Swift
public let key: String
-
The value of the key-value tag. The value is optional.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(key: String, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws