Class: Aws::SecurityHub::Types::AwsDynamoDbTableProvisionedThroughputOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableProvisionedThroughputOverride
- Defined in:
- gems/aws-sdk-securityhub/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.
6315 6316 6317 6318 6319 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6315 class AwsDynamoDbTableProvisionedThroughputOverride < Struct.new( :read_capacity_units) SENSITIVE = [] include Aws::Structure end |