Class: Aws::DynamoDB::Types::OnDemandThroughputOverride

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_read_request_unitsInteger

Maximum number of read request units for the specified replica table.

Returns:

  • (Integer)


5760
5761
5762
5763
5764
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5760

class OnDemandThroughputOverride < Struct.new(
  :max_read_request_units)
  SENSITIVE = []
  include Aws::Structure
end