Class: Aws::RDS::Types::DeleteGlobalClusterResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteGlobalClusterResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #global_cluster  ⇒ Types::GlobalCluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A data type representing an Aurora global database.
 
Instance Attribute Details
#global_cluster ⇒ Types::GlobalCluster
A data type representing an Aurora global database.
      12026 12027 12028 12029 12030  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12026 class DeleteGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end  |