Class: Aws::RDS::Types::DBClusterParameterGroupDetails

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

Overview

Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.

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)


7618
7619
7620
7621
7622
7623
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7618

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:



7618
7619
7620
7621
7622
7623
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7618

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