#[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
sourceimpl 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.
sourceimpl DecodeAuthorizationMessageOutput
impl DecodeAuthorizationMessageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DecodeAuthorizationMessageOutput.
Trait Implementations
sourceimpl Clone for DecodeAuthorizationMessageOutput
impl Clone for DecodeAuthorizationMessageOutput
sourcefn clone(&self) -> DecodeAuthorizationMessageOutput
fn clone(&self) -> DecodeAuthorizationMessageOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DecodeAuthorizationMessageOutput> for DecodeAuthorizationMessageOutput
impl PartialEq<DecodeAuthorizationMessageOutput> for DecodeAuthorizationMessageOutput
sourcefn eq(&self, other: &DecodeAuthorizationMessageOutput) -> bool
fn eq(&self, other: &DecodeAuthorizationMessageOutput) -> bool
impl StructuralPartialEq for DecodeAuthorizationMessageOutput
Auto Trait Implementations
impl RefUnwindSafe for DecodeAuthorizationMessageOutput
impl Send for DecodeAuthorizationMessageOutput
impl Sync for DecodeAuthorizationMessageOutput
impl Unpin for DecodeAuthorizationMessageOutput
impl UnwindSafe for DecodeAuthorizationMessageOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more