You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndex
- Defined in:
- (unknown)
Overview
Note:
When passing ReplicaGlobalSecondaryIndex as input to an Aws::Client method, you can use a vanilla Hash:
{
index_name: "IndexName", # required
provisioned_throughput_override: {
read_capacity_units: 1,
},
}
Represents the properties of a replica global secondary index.
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the global secondary index.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Replica table GSI-specific provisioned throughput.
Instance Attribute Details
#index_name ⇒ String
The name of the global secondary index.
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI\'s read capacity settings.