Class: Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingOutput
- 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
Represents the auto scaling properties of the table.
Instance Attribute Details
#table_auto_scaling_description ⇒ Types::TableAutoScalingDescription
Represents the auto scaling properties of the table.
3241 3242 3243 3244 3245 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3241 class DescribeTableReplicaAutoScalingOutput < Struct.new( :table_auto_scaling_description) SENSITIVE = [] include Aws::Structure end |