#[non_exhaustive]pub struct DecodeAuthorizationMessageOutput { /* private fields */ }
Expand description
A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an Amazon Web Services request.
Implementations§
source§impl DecodeAuthorizationMessageOutput
impl DecodeAuthorizationMessageOutput
sourcepub fn decoded_message(&self) -> Option<&str>
pub fn decoded_message(&self) -> Option<&str>
The API returns a response with the decoded message.
source§impl DecodeAuthorizationMessageOutput
impl DecodeAuthorizationMessageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DecodeAuthorizationMessageOutput
.
Trait Implementations§
source§impl Clone for DecodeAuthorizationMessageOutput
impl Clone for DecodeAuthorizationMessageOutput
source§fn clone(&self) -> DecodeAuthorizationMessageOutput
fn clone(&self) -> DecodeAuthorizationMessageOutput
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 PartialEq<DecodeAuthorizationMessageOutput> for DecodeAuthorizationMessageOutput
impl PartialEq<DecodeAuthorizationMessageOutput> for DecodeAuthorizationMessageOutput
source§fn eq(&self, other: &DecodeAuthorizationMessageOutput) -> bool
fn eq(&self, other: &DecodeAuthorizationMessageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.