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