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.
      10949 10950 10951 10952 10953  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10949 class UpdateTableReplicaAutoScalingOutput < Struct.new( :table_auto_scaling_description) SENSITIVE = [] include Aws::Structure end  |