Amazonite::DynamoDBV2::GlobalSecondaryIndexInfo
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(index_name : String | Nil = nil, key_schema : Array(KeySchemaElement) | Nil = nil, projection : Projection | Nil = nil, provisioned_throughput : ProvisionedThroughput | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
index_name
Sourcekey_schema
Sourceprojection
Sourceprojection=(projection : Projection | Nil)
Sourceprovisioned_throughput
Sourceprovisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Source