class Amazonite::DynamoDBV2::ReplicaGlobalSecondaryIndex
- Amazonite::DynamoDBV2::ReplicaGlobalSecondaryIndex
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/replica_global_secondary_index.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil)
Instance Method Summary
- #index_name : String
- #index_name=(index_name : String)
- #provisioned_throughput_override : ProvisionedThroughputOverride | Nil
- #provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil)
Constructor Detail
def self.new(index_name : String, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil)
#
Instance Method Detail
def provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil)
#