Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.
Declaration
Swift
public let key: String?
-
An optional string, typically used to describe or define the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.
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