#[non_exhaustive]pub struct AwsIamAccessKeySessionContextSessionIssuer { /* private fields */ }
Expand description
Information about the entity that created the session.
Implementations§
source§impl AwsIamAccessKeySessionContextSessionIssuer
impl AwsIamAccessKeySessionContextSessionIssuer
sourcepub fn type(&self) -> Option<&str>
pub fn type(&self) -> Option<&str>
The type of principal (user, role, or group) that created the session.
sourcepub fn principal_id(&self) -> Option<&str>
pub fn principal_id(&self) -> Option<&str>
The principal ID of the principal (user, role, or group) that created the session.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The identifier of the Amazon Web Services account that created the session.
source§impl AwsIamAccessKeySessionContextSessionIssuer
impl AwsIamAccessKeySessionContextSessionIssuer
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIamAccessKeySessionContextSessionIssuer
.
Trait Implementations§
source§impl Clone for AwsIamAccessKeySessionContextSessionIssuer
impl Clone for AwsIamAccessKeySessionContextSessionIssuer
source§fn clone(&self) -> AwsIamAccessKeySessionContextSessionIssuer
fn clone(&self) -> AwsIamAccessKeySessionContextSessionIssuer
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<AwsIamAccessKeySessionContextSessionIssuer> for AwsIamAccessKeySessionContextSessionIssuer
impl PartialEq<AwsIamAccessKeySessionContextSessionIssuer> for AwsIamAccessKeySessionContextSessionIssuer
source§fn eq(&self, other: &AwsIamAccessKeySessionContextSessionIssuer) -> bool
fn eq(&self, other: &AwsIamAccessKeySessionContextSessionIssuer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.