Struct aws_sdk_sts::model::AssumedRoleUser
source · #[non_exhaustive]pub struct AssumedRoleUser { /* private fields */ }
Expand description
The identifiers for the temporary security credentials that the operation returns.
Implementations§
source§impl AssumedRoleUser
impl AssumedRoleUser
sourcepub fn assumed_role_id(&self) -> Option<&str>
pub fn assumed_role_id(&self) -> Option<&str>
A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by Amazon Web Services when the role is created.
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The ARN of the temporary security credentials that are returned from the AssumeRole
action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
source§impl AssumedRoleUser
impl AssumedRoleUser
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssumedRoleUser
.
Trait Implementations§
source§impl Clone for AssumedRoleUser
impl Clone for AssumedRoleUser
source§fn clone(&self) -> AssumedRoleUser
fn clone(&self) -> AssumedRoleUser
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 Debug for AssumedRoleUser
impl Debug for AssumedRoleUser
source§impl PartialEq<AssumedRoleUser> for AssumedRoleUser
impl PartialEq<AssumedRoleUser> for AssumedRoleUser
source§fn eq(&self, other: &AssumedRoleUser) -> bool
fn eq(&self, other: &AssumedRoleUser) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.