Class: Aws::Types::RevokeTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def client_secret @client_secret end |
#token ⇒ ::String
Returns the value of attribute token.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def token @token end |