Class: Aws::SecurityHub::Types::AwsDynamoDbTableProvisionedThroughputOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableProvisionedThroughputOverride
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Replica-specific configuration for the provisioned throughput.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#read_capacity_units ⇒ Integer
The read capacity units for the replica.
Instance Attribute Details
#read_capacity_units ⇒ Integer
The read capacity units for the replica.
5924 5925 5926 5927 5928 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5924 class AwsDynamoDbTableProvisionedThroughputOverride < Struct.new( :read_capacity_units) SENSITIVE = [] include Aws::Structure end |