Class: Aws::DocDB::Types::EngineDefaults
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DocDB::Types::EngineDefaults
 
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
Contains the result of a successful invocation of the
DescribeEngineDefaultClusterParameters operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_parameter_group_family  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the cluster parameter group family to return the engine parameter information for. 
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional pagination token provided by a previous request. 
- 
  
    
      #parameters  ⇒ Array<Types::Parameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The parameters of a particular cluster parameter group family. 
Instance Attribute Details
#db_parameter_group_family ⇒ String
The name of the cluster parameter group family to return the engine parameter information for.
| 3612 3613 3614 3615 3616 3617 3618 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3612 class EngineDefaults < Struct.new( :db_parameter_group_family, :marker, :parameters) 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.
| 3612 3613 3614 3615 3616 3617 3618 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3612 class EngineDefaults < Struct.new( :db_parameter_group_family, :marker, :parameters) SENSITIVE = [] include Aws::Structure end | 
#parameters ⇒ Array<Types::Parameter>
The parameters of a particular cluster parameter group family.
| 3612 3613 3614 3615 3616 3617 3618 | # File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3612 class EngineDefaults < Struct.new( :db_parameter_group_family, :marker, :parameters) SENSITIVE = [] include Aws::Structure end |