Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Represents the properties of a replica global secondary index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the global secondary index.

Returns:

  • (String)


7361
7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7361

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

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.



7361
7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7361

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

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

If not described, uses the source table GSI's read capacity settings.



7361
7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7361

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

#warm_throughputTypes::GlobalSecondaryIndexWarmThroughputDescription

Represents the warm throughput of the global secondary index for this replica.



7361
7362
7363
7364
7365
7366
7367
7368
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7361

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