Class: Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex
- Defined in:
- gems/aws-sdk-securityhub/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.
6385 6386 6387 6388 6389 6390 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6385 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.
6385 6386 6387 6388 6389 6390 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6385 class AwsDynamoDbTableReplicaGlobalSecondaryIndex < Struct.new( :index_name, :provisioned_throughput_override) SENSITIVE = [] include Aws::Structure end |