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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


5951
5952
5953
5954
5955
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5951

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