Struct aws_sdk_rds::input::DeleteDbProxyInput
source · [−]#[non_exhaustive]pub struct DeleteDbProxyInput { /* private fields */ }Implementations
sourceimpl DeleteDbProxyInput
impl DeleteDbProxyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBProxy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBProxy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBProxy>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDbProxyInput.
sourceimpl DeleteDbProxyInput
impl DeleteDbProxyInput
sourcepub fn db_proxy_name(&self) -> Option<&str>
pub fn db_proxy_name(&self) -> Option<&str>
The name of the DB proxy to delete.
Trait Implementations
sourceimpl Clone for DeleteDbProxyInput
impl Clone for DeleteDbProxyInput
sourcefn clone(&self) -> DeleteDbProxyInput
fn clone(&self) -> DeleteDbProxyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteDbProxyInput
impl Debug for DeleteDbProxyInput
sourceimpl PartialEq<DeleteDbProxyInput> for DeleteDbProxyInput
impl PartialEq<DeleteDbProxyInput> for DeleteDbProxyInput
sourcefn eq(&self, other: &DeleteDbProxyInput) -> bool
fn eq(&self, other: &DeleteDbProxyInput) -> bool
impl StructuralPartialEq for DeleteDbProxyInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDbProxyInput
impl Send for DeleteDbProxyInput
impl Sync for DeleteDbProxyInput
impl Unpin for DeleteDbProxyInput
impl UnwindSafe for DeleteDbProxyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more