Class: Aws::DynamoDB::Types::ProvisionedThroughputOverride

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Replica-specific provisioned throughput settings. If not specified, uses the source table’s provisioned throughput settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#read_capacity_unitsInteger

Replica-specific read capacity units. If not specified, uses the source table’s read capacity settings.

Returns:

  • (Integer)


5803
5804
5805
5806
5807
# File 'lib/aws-sdk-dynamodb/types.rb', line 5803

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