Class: Aws::Neptune::Types::DBParameterGroupDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-neptune/types.rb', line 3250

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

#parametersArray<Types::Parameter>

A list of Parameter values.

Returns:



3250
3251
3252
3253
3254
3255
# File 'lib/aws-sdk-neptune/types.rb', line 3250

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