Class: Aws::Types::GlueOAuth2Credentials
- Inherits:
-
Object
- Object
- Aws::Types::GlueOAuth2Credentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#jwt_token ⇒ ::String
Returns the value of attribute jwt_token.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
-
#user_managed_client_application_client_secret ⇒ ::String
Returns the value of attribute user_managed_client_application_client_secret.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def access_token @access_token end |
#jwt_token ⇒ ::String
Returns the value of attribute jwt_token.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def jwt_token @jwt_token end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def refresh_token @refresh_token end |
#user_managed_client_application_client_secret ⇒ ::String
Returns the value of attribute user_managed_client_application_client_secret.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def user_managed_client_application_client_secret @user_managed_client_application_client_secret end |