Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The key of a tag. Tag keys are case-sensitive.
Declaration
Swift
public let key: String -
The value of a tag. Tag values are case sensitive and can be null.
Declaration
Swift
public let value: String -
Undocumented
Declaration
Swift
public init(key: String, value: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Tag Structure Reference