Class: Aws::DocDB::Types::DBClusterParameterGroupDetails

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

Overview

Represents the output of DBClusterParameterGroup.

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)


1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1611

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

#parametersArray<Types::Parameter>

Provides a list of parameters for the cluster parameter group.

Returns:



1611
1612
1613
1614
1615
1616
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1611

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