Class: Aws::DynamoDB::Types::UpdateTableReplicaAutoScalingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateTableReplicaAutoScalingOutput
- Includes:
- Structure
- Defined in:
- 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.
10996 10997 10998 10999 11000 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10996 class UpdateTableReplicaAutoScalingOutput < Struct.new( :table_auto_scaling_description) SENSITIVE = [] include Aws::Structure end |