#[non_exhaustive]pub struct DescribeDbProxiesOutput { /* private fields */ }Implementations§
source§impl DescribeDbProxiesOutput
impl DescribeDbProxiesOutput
sourcepub fn db_proxies(&self) -> Option<&[DbProxy]>
pub fn db_proxies(&self) -> Option<&[DbProxy]>
A return value representing an arbitrary number of DBProxy data structures.
source§impl DescribeDbProxiesOutput
impl DescribeDbProxiesOutput
sourcepub fn builder() -> DescribeDbProxiesOutputBuilder
pub fn builder() -> DescribeDbProxiesOutputBuilder
Creates a new builder-style object to manufacture DescribeDbProxiesOutput.
Trait Implementations§
source§impl Clone for DescribeDbProxiesOutput
impl Clone for DescribeDbProxiesOutput
source§fn clone(&self) -> DescribeDbProxiesOutput
fn clone(&self) -> DescribeDbProxiesOutput
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 DescribeDbProxiesOutput
impl Debug for DescribeDbProxiesOutput
source§impl PartialEq<DescribeDbProxiesOutput> for DescribeDbProxiesOutput
impl PartialEq<DescribeDbProxiesOutput> for DescribeDbProxiesOutput
source§fn eq(&self, other: &DescribeDbProxiesOutput) -> bool
fn eq(&self, other: &DescribeDbProxiesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeDbProxiesOutput
impl RequestId for DescribeDbProxiesOutput
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.