Class: Aws::RDS::Types::DeleteDBShardGroupMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBShardGroupMessage
 
 
- 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 delete.
 
Instance Attribute Details
#db_shard_group_identifier ⇒ String
The name of the DB shard group to delete.
      11925 11926 11927 11928 11929  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11925 class DeleteDBShardGroupMessage < Struct.new( :db_shard_group_identifier) SENSITIVE = [] include Aws::Structure end  |