Class: Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingOutput
 
- 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    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.
| 3075 3076 3077 3078 3079 | # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3075 class DescribeTableReplicaAutoScalingOutput < Struct.new( :table_auto_scaling_description) SENSITIVE = [] include Aws::Structure end |