Class: Aws::DocDB::Types::DBClusterParameterGroupsMessage

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

Overview

Represents the output of DBClusterParameterGroups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_parameter_groupsArray<Types::DBClusterParameterGroup>

A list of cluster parameter groups.

Returns:



1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1581

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

#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)


1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1581

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