Tag
public struct Tag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
Declaration
Swift
public let key: String
-
The value of the 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