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.
6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6184 class AwsDynamoDbTableProvisionedThroughputOverride < Struct.new( :read_capacity_units) SENSITIVE = [] include Aws::Structure end |