#[non_exhaustive]pub struct AwsIamAccessKeySessionContext { /* private fields */ }
Expand description
Provides information about the session that the key was used for.
Implementations§
source§impl AwsIamAccessKeySessionContext
impl AwsIamAccessKeySessionContext
sourcepub fn attributes(&self) -> Option<&AwsIamAccessKeySessionContextAttributes>
pub fn attributes(&self) -> Option<&AwsIamAccessKeySessionContextAttributes>
Attributes of the session that the key was used for.
sourcepub fn session_issuer(
&self
) -> Option<&AwsIamAccessKeySessionContextSessionIssuer>
pub fn session_issuer(
&self
) -> Option<&AwsIamAccessKeySessionContextSessionIssuer>
Information about the entity that created the session.
source§impl AwsIamAccessKeySessionContext
impl AwsIamAccessKeySessionContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIamAccessKeySessionContext
.
Trait Implementations§
source§impl Clone for AwsIamAccessKeySessionContext
impl Clone for AwsIamAccessKeySessionContext
source§fn clone(&self) -> AwsIamAccessKeySessionContext
fn clone(&self) -> AwsIamAccessKeySessionContext
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<AwsIamAccessKeySessionContext> for AwsIamAccessKeySessionContext
impl PartialEq<AwsIamAccessKeySessionContext> for AwsIamAccessKeySessionContext
source§fn eq(&self, other: &AwsIamAccessKeySessionContext) -> bool
fn eq(&self, other: &AwsIamAccessKeySessionContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.