Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
Declaration
Swift
public let key: String?
-
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(key: String? = nil, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws