Struct aws_sdk_sso::input::get_role_credentials_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetRoleCredentialsInput
Implementations
The friendly name of the role that is assigned to the user.
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 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.
The token issued by the CreateToken
API call. For more information, see
CreateToken in the AWS SSO OIDC API Reference Guide.
Consumes the builder and constructs a GetRoleCredentialsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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