class Aws::SSO::Types::GetRoleCredentialsRequest
@note When making an API call, you may pass GetRoleCredentialsRequest
data as a hash: { role_name: "RoleNameType", # required account_id: "AccountIdType", # required access_token: "AccessTokenType", # required }
@!attribute [rw] role_name
The friendly name of the role that is assigned to the user. @return [String]
@!attribute [rw] account_id
The identifier for the AWS account that is assigned to the user. @return [String]
@!attribute [rw] access_token
The token issued by the `CreateToken` API call. For more information, see [CreateToken][1] in the *AWS SSO OIDC API Reference Guide*. [1]: https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/GetRoleCredentialsRequest AWS API Documentation
Constants
- SENSITIVE