Class: Aws::Neptune::Types::DBClusterParameterGroupsMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DBClusterParameterGroupsMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_parameter_groups  ⇒ Array<Types::DBClusterParameterGroup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of DB cluster parameter groups.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous ‘DescribeDBClusterParameterGroups` request.
 
Instance Attribute Details
#db_cluster_parameter_groups ⇒ Array<Types::DBClusterParameterGroup>
A list of DB cluster parameter groups.
      2342 2343 2344 2345 2346 2347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2342 class DBClusterParameterGroupsMessage < Struct.new( :marker, :db_cluster_parameter_groups) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeDBClusterParameterGroups` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`.
      2342 2343 2344 2345 2346 2347  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2342 class DBClusterParameterGroupsMessage < Struct.new( :marker, :db_cluster_parameter_groups) SENSITIVE = [] include Aws::Structure end  |