Class: Aws::DocDB::Types::GlobalClustersMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::GlobalClustersMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#global_clusters ⇒ Array<Types::GlobalCluster>
      3714 3715 3716 3717 3718 3719  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 3714 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
      3714 3715 3716 3717 3718 3719  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 3714 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end  |