#[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() -> UpdateAuthorizerOutputBuilder
pub fn builder() -> UpdateAuthorizerOutputBuilder
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 ==
.source§impl RequestId for UpdateAuthorizerOutput
impl RequestId for UpdateAuthorizerOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.