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

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

Overview

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

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)


9489
9490
9491
9492
9493
9494
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9489

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

#parametersArray<Types::Parameter>

A list of Parameter values.

Returns:



9489
9490
9491
9492
9493
9494
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9489

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