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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#index_nameString

The name of the index.

Returns:

  • (String)


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_overrideTypes::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