class Aws::DocDB::Types::DescribeDBClustersMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBClustersMessage AWS API Documentation
@return [String]
the marker, up to the value specified by ‘MaxRecords`.
parameter is specified, the response includes only records beyond
An optional pagination token provided by a previous request. If this
@!attribute [rw] marker
@return [Integer]
Constraints: Minimum 20, maximum 100.
Default: 100
results can be retrieved.
token (marker) is included in the response so that the remaining
records exist than the specified `MaxRecords` value, a pagination
The maximum number of records to include in the response. If more
@!attribute [rw] max_records
@return [Array<Types::Filter>]
^
information about the DB clusters identified by these ARNs.
Amazon Resource Names (ARNs). The results list only includes
* `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
Supported filters:
A filter that specifies one or more DB clusters to describe.
@!attribute [rw] filters
@return [String]
^
* If provided, must match an existing `DBClusterIdentifier`.
Constraints:
returned. This parameter isn’t case sensitive.
specified, information from only the specific DB cluster is
The user-provided DB cluster identifier. If this parameter is
@!attribute [rw] db_cluster_identifier
}
marker: “String”,
max_records: 1,
],
},
values: [“String”], # required
name: “String”, # required
{
filters: [
db_cluster_identifier: “String”,
{
data as a hash:
@note When making an API call, you may pass DescribeDBClustersMessage
Represents the input to DescribeDBClusters.