class Amazonite::DynamoDBV2::LocalSecondaryIndexInfo
- Amazonite::DynamoDBV2::LocalSecondaryIndexInfo
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/local_secondary_index_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil)
Instance Method Summary
- #index_name : String | Nil
- #index_name=(index_name : String | Nil)
- #key_schema : Array(KeySchemaElement) | Nil
- #key_schema=(key_schema : Array(KeySchemaElement) | Nil)
- #projection : Projection | Nil
- #projection=(projection : Projection | Nil)
Constructor Detail
def self.new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil)
#