You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsDynamoDbTableReplicaGlobalSecondaryIndex as input to an Aws::Client method, you can use a vanilla Hash:

{
  index_name: "NonEmptyString",
  provisioned_throughput_override: {
    read_capacity_units: 1,
  },
}

Information about a global secondary index for a DynamoDB table replica.

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the index.

Returns:

  • (String)

    The name of the index.

#provisioned_throughput_overrideTypes::AwsDynamoDbTableProvisionedThroughputOverride

Replica-specific configuration for the provisioned throughput for the index.

Returns: