Struct aws_sdk_iot::output::CreateAuthorizerOutput
source · #[non_exhaustive]pub struct CreateAuthorizerOutput { /* private fields */ }
Implementations§
source§impl CreateAuthorizerOutput
impl CreateAuthorizerOutput
The authorizer's name.
The authorizer ARN.
source§impl CreateAuthorizerOutput
impl CreateAuthorizerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAuthorizerOutput
.
Trait Implementations§
source§impl Clone for CreateAuthorizerOutput
impl Clone for CreateAuthorizerOutput
source§fn clone(&self) -> CreateAuthorizerOutput
fn clone(&self) -> CreateAuthorizerOutput
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 CreateAuthorizerOutput
impl Debug for CreateAuthorizerOutput
source§impl PartialEq<CreateAuthorizerOutput> for CreateAuthorizerOutput
impl PartialEq<CreateAuthorizerOutput> for CreateAuthorizerOutput
source§fn eq(&self, other: &CreateAuthorizerOutput) -> bool
fn eq(&self, other: &CreateAuthorizerOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.