You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ProvisionedThroughputOverride as input to an Aws::Client method, you can use a vanilla Hash:

{
  read_capacity_units: 1,
}

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

Returned by:

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)

    Replica-specific read capacity units.