Class: Aws::Neptune::Types::DBClusterParameterGroupDetails

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2291

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

#parametersArray<Types::Parameter>

Provides a list of parameters for the DB cluster parameter group.

Returns:



2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2291

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