class
Amazonite::DynamoDB::ReplicaGlobalSecondaryIndexDescription
- Amazonite::DynamoDB::ReplicaGlobalSecondaryIndexDescription
- Reference
- Object
Overview
Represents the properties of a replica global secondary index.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_global_secondary_index_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String | Nil = nil, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil, on_demand_throughput_override : OnDemandThroughputOverride | Nil = nil, warm_throughput : GlobalSecondaryIndexWarmThroughputDescription | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String | Nil
The name of the global secondary index.
-
#index_name=(index_name : String | Nil)
The name of the global secondary index.
-
#on_demand_throughput_override : OnDemandThroughputOverride | Nil
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
-
#on_demand_throughput_override=(on_demand_throughput_override : OnDemandThroughputOverride | Nil)
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
-
#provisioned_throughput_override : ProvisionedThroughputOverride | Nil
If not described, uses the source table GSI's read capacity settings.
-
#provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil)
If not described, uses the source table GSI's read capacity settings.
- #validate! : Nil
-
#warm_throughput : GlobalSecondaryIndexWarmThroughputDescription | Nil
Represents the warm throughput of the global secondary index for this replica.
-
#warm_throughput=(warm_throughput : GlobalSecondaryIndexWarmThroughputDescription | Nil)
Represents the warm throughput of the global secondary index for this replica.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
If not described, uses the source table GSI's read capacity settings.
If not described, uses the source table GSI's read capacity settings.
Represents the warm throughput of the global secondary index for this replica.
Represents the warm throughput of the global secondary index for this replica.