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
show all
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

Instance Attribute Details

#index_nameString

The name of the global secondary index.

Returns:

  • (String)

    The name of the global secondary index.

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI\'s read capacity settings.

Returns: