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