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.
7500 7501 7502 7503 7504 7505 7506 7507 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7500 class ReplicaGlobalSecondaryIndexDescription < Struct.new( :index_name, :provisioned_throughput_override, :on_demand_throughput_override, :warm_throughput) SENSITIVE = [] include Aws::Structure end |