Class: Aws::SSO::Types::LogoutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSO::Types::LogoutRequest
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sso/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:access_token]
Instance Attribute Summary collapse
-
#access_token ⇒ String
The token issued by the
CreateToken
API call.
Instance Attribute Details
#access_token ⇒ String
The token issued by the CreateToken
API call. For more
information, see CreateToken in the IAM Identity Center OIDC
API Reference Guide.
202 203 204 205 206 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sso/types.rb', line 202 class LogoutRequest < Struct.new( :access_token) SENSITIVE = [:access_token] include Aws::Structure end |