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