KeySchemaElement
public struct KeySchemaElement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of a key attribute.
Declaration
Swift
public let attributeName: String
-
The attribute data, consisting of the data type and the attribute value itself.
Declaration
Swift
public let keyType: KeyType
-
Undocumented
Declaration
Swift
public init(attributeName: String, keyType: KeyType)