Struct aws_sdk_rds::operation::describe_db_cluster_endpoints::DescribeDbClusterEndpointsOutput
source · #[non_exhaustive]pub struct DescribeDbClusterEndpointsOutput { /* private fields */ }Implementations§
source§impl DescribeDbClusterEndpointsOutput
impl DescribeDbClusterEndpointsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn db_cluster_endpoints(&self) -> Option<&[DbClusterEndpoint]>
pub fn db_cluster_endpoints(&self) -> Option<&[DbClusterEndpoint]>
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
source§impl DescribeDbClusterEndpointsOutput
impl DescribeDbClusterEndpointsOutput
sourcepub fn builder() -> DescribeDbClusterEndpointsOutputBuilder
pub fn builder() -> DescribeDbClusterEndpointsOutputBuilder
Creates a new builder-style object to manufacture DescribeDbClusterEndpointsOutput.
Trait Implementations§
source§impl Clone for DescribeDbClusterEndpointsOutput
impl Clone for DescribeDbClusterEndpointsOutput
source§fn clone(&self) -> DescribeDbClusterEndpointsOutput
fn clone(&self) -> DescribeDbClusterEndpointsOutput
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 PartialEq<DescribeDbClusterEndpointsOutput> for DescribeDbClusterEndpointsOutput
impl PartialEq<DescribeDbClusterEndpointsOutput> for DescribeDbClusterEndpointsOutput
source§fn eq(&self, other: &DescribeDbClusterEndpointsOutput) -> bool
fn eq(&self, other: &DescribeDbClusterEndpointsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbClusterEndpointsOutput
impl RequestId for DescribeDbClusterEndpointsOutput
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.