#[non_exhaustive]pub struct DescribeDbClustersOutput { /* private fields */ }Expand description
Represents the output of DescribeDBClusters.
Implementations§
source§impl DescribeDbClustersOutput
impl DescribeDbClustersOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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.
sourcepub fn db_clusters(&self) -> Option<&[DbCluster]>
pub fn db_clusters(&self) -> Option<&[DbCluster]>
A list of clusters.
source§impl DescribeDbClustersOutput
impl DescribeDbClustersOutput
sourcepub fn builder() -> DescribeDbClustersOutputBuilder
pub fn builder() -> DescribeDbClustersOutputBuilder
Creates a new builder-style object to manufacture DescribeDbClustersOutput.
Trait Implementations§
source§impl Clone for DescribeDbClustersOutput
impl Clone for DescribeDbClustersOutput
source§fn clone(&self) -> DescribeDbClustersOutput
fn clone(&self) -> DescribeDbClustersOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeDbClustersOutput
impl Debug for DescribeDbClustersOutput
source§impl PartialEq<DescribeDbClustersOutput> for DescribeDbClustersOutput
impl PartialEq<DescribeDbClustersOutput> for DescribeDbClustersOutput
source§fn eq(&self, other: &DescribeDbClustersOutput) -> bool
fn eq(&self, other: &DescribeDbClustersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbClustersOutput
impl RequestId for DescribeDbClustersOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.