#[non_exhaustive]pub struct ModifyDbProxyEndpointOutput { /* private fields */ }Implementations§
source§impl ModifyDbProxyEndpointOutput
impl ModifyDbProxyEndpointOutput
sourcepub fn db_proxy_endpoint(&self) -> Option<&DbProxyEndpoint>
pub fn db_proxy_endpoint(&self) -> Option<&DbProxyEndpoint>
The DBProxyEndpoint object representing the new settings for the DB proxy endpoint.
source§impl ModifyDbProxyEndpointOutput
impl ModifyDbProxyEndpointOutput
sourcepub fn builder() -> ModifyDbProxyEndpointOutputBuilder
pub fn builder() -> ModifyDbProxyEndpointOutputBuilder
Creates a new builder-style object to manufacture ModifyDbProxyEndpointOutput.
Trait Implementations§
source§impl Clone for ModifyDbProxyEndpointOutput
impl Clone for ModifyDbProxyEndpointOutput
source§fn clone(&self) -> ModifyDbProxyEndpointOutput
fn clone(&self) -> ModifyDbProxyEndpointOutput
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 ModifyDbProxyEndpointOutput
impl Debug for ModifyDbProxyEndpointOutput
source§impl PartialEq<ModifyDbProxyEndpointOutput> for ModifyDbProxyEndpointOutput
impl PartialEq<ModifyDbProxyEndpointOutput> for ModifyDbProxyEndpointOutput
source§fn eq(&self, other: &ModifyDbProxyEndpointOutput) -> bool
fn eq(&self, other: &ModifyDbProxyEndpointOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ModifyDbProxyEndpointOutput
impl RequestId for ModifyDbProxyEndpointOutput
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.