Class: Aws::DocDB::Types::DBClusterMessage

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

Overview

Represents the output of DescribeDBClusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_clustersArray<Types::DBCluster>

A list of clusters.

Returns:



1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-docdb/types.rb', line 1469

class DBClusterMessage < Struct.new(
  :marker,
  :db_clusters)
  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)


1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-docdb/types.rb', line 1469

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