Class: Aws::RDS::Types::GlobalClustersMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::GlobalClustersMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #global_clusters  ⇒ Array<Types::GlobalCluster> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of global clusters returned by this request. 
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional pagination token provided by a previous ‘DescribeGlobalClusters` request. 
Instance Attribute Details
#global_clusters ⇒ Array<Types::GlobalCluster>
The list of global clusters returned by this request.
| 16087 16088 16089 16090 16091 16092 | # File 'lib/aws-sdk-rds/types.rb', line 16087 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end | 
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeGlobalClusters` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`.
| 16087 16088 16089 16090 16091 16092 | # File 'lib/aws-sdk-rds/types.rb', line 16087 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |