AttributeType

Represents a DynamoDB attribute data type

Parameters

abbreviation

The DynamoDB type name

Entries

Link copied to clipboard

Binary data type, denoted in DynamoDB as B

Link copied to clipboard

Binary set data type, denoted in DynamoDB as BS

Link copied to clipboard

Boolean data type, denoted in DynamoDB as BOOL

Link copied to clipboard

List data type, denoted in DynamoDB as L

Link copied to clipboard

Map data type, denoted in DynamoDB as M

Link copied to clipboard

Null data type, denoted in DynamoDB as NULL

Link copied to clipboard

Number data type, denoted in DynamoDB as N

Link copied to clipboard

Number set data type, denoted in DynamoDB as NS

Link copied to clipboard

String data type, denoted in DynamoDB as S

Link copied to clipboard

String set data type, denoted in DynamoDB as SS

Properties

Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Inherited properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.