Class: Aws::Neptune::Types::EngineDefaults

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_familyString

Specifies the name of the DB parameter group family that the engine default parameters apply to.

Returns:

  • (String)


4895
4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4895

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

#markerString

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Returns:

  • (String)


4895
4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4895

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

#parametersArray<Types::Parameter>

Contains a list of engine default parameters.

Returns:



4895
4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4895

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