Class: Aws::DynamoDB::Types::OnDemandThroughputOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::OnDemandThroughputOverride
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Overrides the on-demand throughput settings for this replica table. If you don't specify a value for this parameter, it uses the source table's on-demand throughput settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_read_request_units ⇒ Integer
Maximum number of read request units for the specified replica table.
Instance Attribute Details
#max_read_request_units ⇒ Integer
Maximum number of read request units for the specified replica table.
5766 5767 5768 5769 5770 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5766 class OnDemandThroughputOverride < Struct.new( :max_read_request_units) SENSITIVE = [] include Aws::Structure end |