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