Class: Aws::RDS::Types::ModifyDBShardGroupMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyDBShardGroupMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_shard_group_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the DB shard group to modify. 
- 
  
    
      #max_acu  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum capacity of the DB shard group in Aurora capacity units (ACUs). 
Instance Attribute Details
#db_shard_group_identifier ⇒ String
The name of the DB shard group to modify.
| 19412 19413 19414 19415 19416 19417 | # File 'lib/aws-sdk-rds/types.rb', line 19412 class ModifyDBShardGroupMessage < Struct.new( :db_shard_group_identifier, :max_acu) SENSITIVE = [] include Aws::Structure end | 
#max_acu ⇒ Float
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
| 19412 19413 19414 19415 19416 19417 | # File 'lib/aws-sdk-rds/types.rb', line 19412 class ModifyDBShardGroupMessage < Struct.new( :db_shard_group_identifier, :max_acu) SENSITIVE = [] include Aws::Structure end |