attributeType property

ScalarAttributeType attributeType
final

The data type for the attribute, where:

  • S - the attribute is of type String
  • N - the attribute is of type Number
  • B - the attribute is of type Binary

Implementation

final ScalarAttributeType attributeType;