Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One part of a key-value pair that makes 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 makes up a tag. A value acts as a descriptor in a tag category (key).
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws