Class: Aws::RDS::Types::DBParameterGroupDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

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)


5570
5571
5572
5573
5574
# File 'lib/aws-sdk-rds/types.rb', line 5570

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

#parametersArray<Types::Parameter>

A list of Parameter values.

Returns:



5570
5571
5572
5573
5574
# File 'lib/aws-sdk-rds/types.rb', line 5570

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