Struct aws_sdk_memorydb::input::DeleteAclInput
source · #[non_exhaustive]pub struct DeleteAclInput { /* private fields */ }
Implementations§
source§impl DeleteAclInput
impl DeleteAclInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteACL, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteACL, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteACL
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAclInput
.
Trait Implementations§
source§impl Clone for DeleteAclInput
impl Clone for DeleteAclInput
source§fn clone(&self) -> DeleteAclInput
fn clone(&self) -> DeleteAclInput
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 DeleteAclInput
impl Debug for DeleteAclInput
source§impl PartialEq<DeleteAclInput> for DeleteAclInput
impl PartialEq<DeleteAclInput> for DeleteAclInput
source§fn eq(&self, other: &DeleteAclInput) -> bool
fn eq(&self, other: &DeleteAclInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.