Class: Aws::Types::ZendeskConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ZendeskConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def access_token @access_token end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def client_secret @client_secret end |
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def o_auth_request @o_auth_request end |