Class: Aws::RDS::Types::RebootDBShardGroupMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::RebootDBShardGroupMessage
 
- 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 reboot. 
Instance Attribute Details
#db_shard_group_identifier ⇒ String
The name of the DB shard group to reboot.
| 21601 21602 21603 21604 21605 | # File 'lib/aws-sdk-rds/types.rb', line 21601 class RebootDBShardGroupMessage < Struct.new( :db_shard_group_identifier) SENSITIVE = [] include Aws::Structure end |