Method: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexDescription#on_demand_throughput_override
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
7378 7379 7380 7381 7382 7383 7384 7385 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7378 class ReplicaGlobalSecondaryIndexDescription < Struct.new( :index_name, :provisioned_throughput_override, :on_demand_throughput_override, :warm_throughput) SENSITIVE = [] include Aws::Structure end |