Struct rusoto_sts::DecodeAuthorizationMessageResponse [] [src]

pub struct DecodeAuthorizationMessageResponse {
    pub decoded_message: Option<DecodedMessageType>,
}

A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an AWS request.

Fields

An XML document that contains the decoded message.

Trait Implementations

impl Default for DecodeAuthorizationMessageResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for DecodeAuthorizationMessageResponse
[src]

Formats the value using the given formatter.

impl Clone for DecodeAuthorizationMessageResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more