Struct aws_sdk_sso::input::GetRoleCredentialsInput
source · #[non_exhaustive]pub struct GetRoleCredentialsInput { /* private fields */ }
Implementations§
source§impl GetRoleCredentialsInput
impl GetRoleCredentialsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRoleCredentials, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetRoleCredentials, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRoleCredentials
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRoleCredentialsInput
.
source§impl GetRoleCredentialsInput
impl GetRoleCredentialsInput
sourcepub fn role_name(&self) -> Option<&str>
pub fn role_name(&self) -> Option<&str>
The friendly name of the role that is assigned to the user.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The identifier for the AWS account that is assigned to the user.
sourcepub fn access_token(&self) -> Option<&str>
pub fn access_token(&self) -> Option<&str>
The token issued by the CreateToken
API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
Trait Implementations§
source§impl Clone for GetRoleCredentialsInput
impl Clone for GetRoleCredentialsInput
source§fn clone(&self) -> GetRoleCredentialsInput
fn clone(&self) -> GetRoleCredentialsInput
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 GetRoleCredentialsInput
impl Debug for GetRoleCredentialsInput
source§impl PartialEq<GetRoleCredentialsInput> for GetRoleCredentialsInput
impl PartialEq<GetRoleCredentialsInput> for GetRoleCredentialsInput
source§fn eq(&self, other: &GetRoleCredentialsInput) -> bool
fn eq(&self, other: &GetRoleCredentialsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.