Class: Aws::DocDB::Types::DBClusterParameterGroupsMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DocDB::Types::DBClusterParameterGroupsMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-docdb/types.rb
 
Overview
Represents the output of DBClusterParameterGroups.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_parameter_groups  ⇒ Array<Types::DBClusterParameterGroup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of cluster parameter groups.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 
Instance Attribute Details
#db_cluster_parameter_groups ⇒ Array<Types::DBClusterParameterGroup>
A list of cluster parameter groups.
      1503 1504 1505 1506 1507 1508  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 1503 class DBClusterParameterGroupsMessage < Struct.new( :marker, :db_cluster_parameter_groups) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
      1503 1504 1505 1506 1507 1508  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 1503 class DBClusterParameterGroupsMessage < Struct.new( :marker, :db_cluster_parameter_groups) SENSITIVE = [] include Aws::Structure end  |