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)


1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1527

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:



1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1527

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