Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key identifier, or name, of the tag.
Declaration
Swift
public let key: String
-
The string value associated with the key of the tag. You can set the value of a tag to an empty string, but you can’t set the value of a tag to null.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws