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