class Amazonite::DynamoDBV2::GlobalSecondaryIndexInfo
- Amazonite::DynamoDBV2::GlobalSecondaryIndexInfo
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/global_secondary_index_info.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil, provisioned_throughput : ProvisionedThroughput | 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)
- #provisioned_throughput : ProvisionedThroughput | Nil
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Constructor Detail
def self.new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil, provisioned_throughput : ProvisionedThroughput | Nil = nil)
#