Class: Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about a global secondary index for a DynamoDB table replica.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the index.
-
#provisioned_throughput_override ⇒ Types::AwsDynamoDbTableProvisionedThroughputOverride
Replica-specific configuration for the provisioned throughput for the index.
Instance Attribute Details
#index_name ⇒ String
The name of the index.
6254 6255 6256 6257 6258 6259 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6254 class AwsDynamoDbTableReplicaGlobalSecondaryIndex < Struct.new( :index_name, :provisioned_throughput_override) SENSITIVE = [] include Aws::Structure end |
#provisioned_throughput_override ⇒ Types::AwsDynamoDbTableProvisionedThroughputOverride
Replica-specific configuration for the provisioned throughput for the index.
6254 6255 6256 6257 6258 6259 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6254 class AwsDynamoDbTableReplicaGlobalSecondaryIndex < Struct.new( :index_name, :provisioned_throughput_override) SENSITIVE = [] include Aws::Structure end |