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
- Struct
- Aws::DynamoDB::Types::ProvisionedThroughputOverride
- 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:
- CreateReplicationGroupMemberAction#provisioned_throughput_override
- ReplicaDescription#provisioned_throughput_override
- ReplicaGlobalSecondaryIndex#provisioned_throughput_override
- ReplicaGlobalSecondaryIndexDescription#provisioned_throughput_override
- UpdateReplicationGroupMemberAction#provisioned_throughput_override
Instance Attribute Summary collapse
-
#read_capacity_units ⇒ Integer
Replica-specific read capacity units.
Instance Attribute Details
#read_capacity_units ⇒ Integer
Replica-specific read capacity units. If not specified, uses the source table\'s read capacity settings.