Class: Aws::DocDB::Types::EngineDefaults

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#db_parameter_group_familyString

The name of the cluster parameter group family to return the engine parameter information for.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3454

class EngineDefaults < Struct.new(
  :db_parameter_group_family,
  :marker,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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.

Returns:

  • (String)


3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3454

class EngineDefaults < Struct.new(
  :db_parameter_group_family,
  :marker,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::Parameter>

The parameters of a particular cluster parameter group family.

Returns:



3454
3455
3456
3457
3458
3459
3460
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3454

class EngineDefaults < Struct.new(
  :db_parameter_group_family,
  :marker,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end