Class: Aws::DynamoDB::Types::ReplicaAutoScalingUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::ReplicaAutoScalingUpdate
 
 
- Defined in:
 - gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
 
Overview
Represents the auto scaling settings of a replica that will be modified.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #region_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region where the replica exists.
 - 
  
    
      #replica_global_secondary_index_updates  ⇒ Array<Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the auto scaling settings of global secondary indexes that will be modified.
 - 
  
    
      #replica_provisioned_read_capacity_auto_scaling_update  ⇒ Types::AutoScalingSettingsUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the auto scaling settings to be modified for a global table or global secondary index.
 
Instance Attribute Details
#region_name ⇒ String
The Region where the replica exists.
      7284 7285 7286 7287 7288 7289 7290  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7284 class ReplicaAutoScalingUpdate < Struct.new( :region_name, :replica_global_secondary_index_updates, :replica_provisioned_read_capacity_auto_scaling_update) SENSITIVE = [] include Aws::Structure end  | 
  
#replica_global_secondary_index_updates ⇒ Array<Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate>
Represents the auto scaling settings of global secondary indexes that will be modified.
      7284 7285 7286 7287 7288 7289 7290  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7284 class ReplicaAutoScalingUpdate < Struct.new( :region_name, :replica_global_secondary_index_updates, :replica_provisioned_read_capacity_auto_scaling_update) SENSITIVE = [] include Aws::Structure end  | 
  
#replica_provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Represents the auto scaling settings to be modified for a global table or global secondary index.
      7284 7285 7286 7287 7288 7289 7290  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7284 class ReplicaAutoScalingUpdate < Struct.new( :region_name, :replica_global_secondary_index_updates, :replica_provisioned_read_capacity_auto_scaling_update) SENSITIVE = [] include Aws::Structure end  |