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)


6041
6042
6043
6044
6045
# File 'lib/aws-sdk-dynamodb/types.rb', line 6041

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