Class: Aws::DocDB::Types::EngineDefaults
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::EngineDefaults
- Includes:
- Structure
- Defined in:
- 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.
3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-docdb/types.rb', line 3454 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`.
3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-docdb/types.rb', line 3454 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.
3454 3455 3456 3457 3458 3459 3460 |
# File 'lib/aws-sdk-docdb/types.rb', line 3454 class EngineDefaults < Struct.new( :db_parameter_group_family, :marker, :parameters) SENSITIVE = [] include Aws::Structure end |