Class: Aws::RDS::Types::RemoveFromGlobalClusterResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::RemoveFromGlobalClusterResult
 
 
- 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.
      22269 22270 22271 22272 22273  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22269 class RemoveFromGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end  |