Class: Aws::DynamoDB::Types::UpdateTableReplicaAutoScalingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateTableReplicaAutoScalingOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_auto_scaling_description ⇒ Types::TableAutoScalingDescription
Returns information about the auto scaling settings of a table with replicas.
Instance Attribute Details
#table_auto_scaling_description ⇒ Types::TableAutoScalingDescription
Returns information about the auto scaling settings of a table with replicas.
10574 10575 10576 10577 10578 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10574 class UpdateTableReplicaAutoScalingOutput < Struct.new( :table_auto_scaling_description) SENSITIVE = [] include Aws::Structure end |