AwsDynamoDbTableKeySchema
public struct AwsDynamoDbTableKeySchema : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the key schema attribute.
Declaration
Swift
public let attributeName: String? -
The type of key used for the key schema attribute.
Declaration
Swift
public let keyType: String? -
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, keyType: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsDynamoDbTableKeySchema Structure Reference