Class: Aws::RDS::Types::DeleteGlobalClusterMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DeleteGlobalClusterMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #global_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster identifier of the global database cluster being deleted. 
Instance Attribute Details
#global_cluster_identifier ⇒ String
The cluster identifier of the global database cluster being deleted.
| 11695 11696 11697 11698 11699 | # File 'lib/aws-sdk-rds/types.rb', line 11695 class DeleteGlobalClusterMessage < Struct.new( :global_cluster_identifier) SENSITIVE = [] include Aws::Structure end |