class Amazonite::DynamoDBV2::GlobalSecondaryIndexDescription
- Amazonite::DynamoDBV2::GlobalSecondaryIndexDescription
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/global_secondary_index_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil, index_status : IndexStatus | Nil = nil, backfilling : Bool | Nil = nil, provisioned_throughput : ProvisionedThroughputDescription | Nil = nil, index_size_bytes : Int64 | Nil = nil, item_count : Int64 | Nil = nil, index_arn : String | Nil = nil)
Instance Method Summary
- #backfilling : Bool | Nil
- #backfilling=(backfilling : Bool | Nil)
- #index_arn : String | Nil
- #index_arn=(index_arn : String | Nil)
- #index_name : String | Nil
- #index_name=(index_name : String | Nil)
- #index_size_bytes : Int64 | Nil
- #index_size_bytes=(index_size_bytes : Int64 | Nil)
- #index_status : IndexStatus | Nil
- #index_status=(index_status : IndexStatus | Nil)
- #item_count : Int64 | Nil
- #item_count=(item_count : Int64 | Nil)
- #key_schema : Array(KeySchemaElement) | Nil
- #key_schema=(key_schema : Array(KeySchemaElement) | Nil)
- #projection : Projection | Nil
- #projection=(projection : Projection | Nil)
- #provisioned_throughput : ProvisionedThroughputDescription | Nil
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughputDescription | Nil)
Constructor Detail
def self.new(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil, index_status : IndexStatus | Nil = nil, backfilling : Bool | Nil = nil, provisioned_throughput : ProvisionedThroughputDescription | Nil = nil, index_size_bytes : Int64 | Nil = nil, item_count : Int64 | Nil = nil, index_arn : String | Nil = nil)
#
Instance Method Detail
def provisioned_throughput=(provisioned_throughput : ProvisionedThroughputDescription | Nil)
#