Class: Aws::DocDB::Types::SwitchoverGlobalClusterResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DocDB::Types::SwitchoverGlobalClusterResult
 
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #global_cluster  ⇒ Types::GlobalCluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A data type representing an Amazon DocumentDB global cluster. 
Instance Attribute Details
#global_cluster ⇒ Types::GlobalCluster
A data type representing an Amazon DocumentDB global cluster.
| 6209 6210 6211 6212 6213 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 6209 class SwitchoverGlobalClusterResult < Struct.new( :global_cluster) SENSITIVE = [] include Aws::Structure end |