Method: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexDescription#on_demand_throughput_override

Defined in:
lib/aws-sdk-dynamodb/types.rb

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

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



7472
7473
7474
7475
7476
7477
7478
7479
# File 'lib/aws-sdk-dynamodb/types.rb', line 7472

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