Struct aws_sdk_sso::input::LogoutInput
source · #[non_exhaustive]pub struct LogoutInput { /* private fields */ }
Implementations§
source§impl LogoutInput
impl LogoutInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<Logout, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<Logout, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<Logout
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogoutInput
.
source§impl LogoutInput
impl LogoutInput
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 LogoutInput
impl Clone for LogoutInput
source§fn clone(&self) -> LogoutInput
fn clone(&self) -> LogoutInput
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 LogoutInput
impl Debug for LogoutInput
source§impl PartialEq<LogoutInput> for LogoutInput
impl PartialEq<LogoutInput> for LogoutInput
source§fn eq(&self, other: &LogoutInput) -> bool
fn eq(&self, other: &LogoutInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.