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.
2862 2863 2864 2865 2866 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2862 class DescribeTableReplicaAutoScalingOutput < Struct.new( :table_auto_scaling_description) SENSITIVE = [] include Aws::Structure end |