Class: Aws::RDS::Types::DBParameterGroupDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DBParameterGroupDetails
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains the result of a successful invocation of the ‘DescribeDBParameters` action.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional pagination token provided by a previous request. 
- 
  
    
      #parameters  ⇒ Array<Types::Parameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘Parameter` values. 
Instance Attribute Details
#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`.
| 9647 9648 9649 9650 9651 9652 | # File 'lib/aws-sdk-rds/types.rb', line 9647 class DBParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end | 
#parameters ⇒ Array<Types::Parameter>
A list of ‘Parameter` values.
| 9647 9648 9649 9650 9651 9652 | # File 'lib/aws-sdk-rds/types.rb', line 9647 class DBParameterGroupDetails < Struct.new( :parameters, :marker) SENSITIVE = [] include Aws::Structure end |