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

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

Instance Attribute Details

#index_nameString

The name of the index.

Returns:

  • (String)


5912
5913
5914
5915
5916
5917
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5912

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.



5912
5913
5914
5915
5916
5917
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5912

class AwsDynamoDbTableReplicaGlobalSecondaryIndex < Struct.new(
  :index_name,
  :provisioned_throughput_override)
  SENSITIVE = []
  include Aws::Structure
end