Struct aws_sdk_sso::input::GetRoleCredentialsInput [−][src]
#[non_exhaustive]pub struct GetRoleCredentialsInput {
pub role_name: Option<String>,
pub account_id: Option<String>,
pub access_token: Option<String>,
}
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.role_name: Option<String>
The friendly name of the role that is assigned to the user.
account_id: Option<String>
The identifier for the AWS account that is assigned to the user.
access_token: Option<String>
The token issued by the CreateToken
API call. For more information, see
CreateToken in the AWS SSO OIDC API Reference Guide.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRoleCredentials, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRoleCredentials, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetRoleCredentials
>
Creates a new builder-style object to manufacture GetRoleCredentialsInput
The friendly name of the role that is assigned to the user.
The identifier for the AWS account that is assigned to the user.
The token issued by the CreateToken
API call. For more information, see
CreateToken in the AWS SSO OIDC API Reference Guide.
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 GetRoleCredentialsInput
impl Send for GetRoleCredentialsInput
impl Sync for GetRoleCredentialsInput
impl Unpin for GetRoleCredentialsInput
impl UnwindSafe for GetRoleCredentialsInput
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