AWSDynamoDBTableAttributeDefinition
No description
type AWSDynamoDBTableAttributeDefinition {
name: String!
type: AWSDynamoDBTableScalarAttributeType!
}
Fields
AWSDynamoDBTableAttributeDefinition.name ● String! non-null scalar
A name for the attribute
AWSDynamoDBTableAttributeDefinition.type ● AWSDynamoDBTableScalarAttributeType! non-null enum
The data type for the attribute
Member of
AWSDynamoDBTable object