Struct aws_sdk_sts::output::GetSessionTokenOutput
source · [−]#[non_exhaustive]pub struct GetSessionTokenOutput {
pub credentials: Option<Credentials>,
}Expand description
Contains the response to a successful GetSessionToken request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.credentials: Option<Credentials>The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.
Implementations
The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.
The size of the security token that STS API operations return is not fixed. We strongly recommend that you make no assumptions about the maximum size.
Creates a new builder-style object to manufacture GetSessionTokenOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetSessionTokenOutput
impl Send for GetSessionTokenOutput
impl Sync for GetSessionTokenOutput
impl Unpin for GetSessionTokenOutput
impl UnwindSafe for GetSessionTokenOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more