class

Amazonite::DynamoDBV2::LocalSecondaryIndexInfo

Inherits JSON::Serializable < Reference < Object

Constructors

new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

index_name
Source
index_name=(index_name : String | Nil)
Source
key_schema
Source
key_schema=(key_schema : Array(KeySchemaElement) | Nil)
Source
projection
Source
projection=(projection : Projection | Nil)
Source