Class: Aws::RDS::Types::ModifyGlobalClusterResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyGlobalClusterResult
 
- 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.
| 19755 19756 19757 19758 19759 | # File 'lib/aws-sdk-rds/types.rb', line 19755 class ModifyGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |