#[non_exhaustive]pub struct DescribeGlobalClustersOutput { /* private fields */ }Implementations§
source§impl DescribeGlobalClustersOutput
impl DescribeGlobalClustersOutput
sourcepub fn global_clusters(&self) -> Option<&[GlobalCluster]>
pub fn global_clusters(&self) -> Option<&[GlobalCluster]>
source§impl DescribeGlobalClustersOutput
impl DescribeGlobalClustersOutput
sourcepub fn builder() -> DescribeGlobalClustersOutputBuilder
pub fn builder() -> DescribeGlobalClustersOutputBuilder
Creates a new builder-style object to manufacture DescribeGlobalClustersOutput.
Trait Implementations§
source§impl Clone for DescribeGlobalClustersOutput
impl Clone for DescribeGlobalClustersOutput
source§fn clone(&self) -> DescribeGlobalClustersOutput
fn clone(&self) -> DescribeGlobalClustersOutput
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 DescribeGlobalClustersOutput
impl Debug for DescribeGlobalClustersOutput
source§impl PartialEq<DescribeGlobalClustersOutput> for DescribeGlobalClustersOutput
impl PartialEq<DescribeGlobalClustersOutput> for DescribeGlobalClustersOutput
source§fn eq(&self, other: &DescribeGlobalClustersOutput) -> bool
fn eq(&self, other: &DescribeGlobalClustersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeGlobalClustersOutput
impl RequestId for DescribeGlobalClustersOutput
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.