#[non_exhaustive]pub struct DeleteDbProxyEndpointInput { /* private fields */ }Implementations§
source§impl DeleteDbProxyEndpointInput
impl DeleteDbProxyEndpointInput
sourcepub fn db_proxy_endpoint_name(&self) -> Option<&str>
pub fn db_proxy_endpoint_name(&self) -> Option<&str>
The name of the DB proxy endpoint to delete.
source§impl DeleteDbProxyEndpointInput
impl DeleteDbProxyEndpointInput
sourcepub fn builder() -> DeleteDbProxyEndpointInputBuilder
pub fn builder() -> DeleteDbProxyEndpointInputBuilder
Creates a new builder-style object to manufacture DeleteDbProxyEndpointInput.
source§impl DeleteDbProxyEndpointInput
impl DeleteDbProxyEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBProxyEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDBProxyEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBProxyEndpoint>
Trait Implementations§
source§impl Clone for DeleteDbProxyEndpointInput
impl Clone for DeleteDbProxyEndpointInput
source§fn clone(&self) -> DeleteDbProxyEndpointInput
fn clone(&self) -> DeleteDbProxyEndpointInput
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 DeleteDbProxyEndpointInput
impl Debug for DeleteDbProxyEndpointInput
source§impl PartialEq<DeleteDbProxyEndpointInput> for DeleteDbProxyEndpointInput
impl PartialEq<DeleteDbProxyEndpointInput> for DeleteDbProxyEndpointInput
source§fn eq(&self, other: &DeleteDbProxyEndpointInput) -> bool
fn eq(&self, other: &DeleteDbProxyEndpointInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.