Class: Aws::DynamoDB::Types::OnDemandThroughputOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::OnDemandThroughputOverride
- Includes:
- Structure
- Defined in:
- 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.
5811 5812 5813 5814 5815 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5811 class OnDemandThroughputOverride < Struct.new( :max_read_request_units) SENSITIVE = [] include Aws::Structure end |