Class: Aws::Types::SalesforceConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#client_credentials_arn ⇒ ::String
Returns the value of attribute client_credentials_arn.
-
#jwt_token ⇒ ::String
Returns the value of attribute jwt_token.
-
#o_auth_2_grant_type ⇒ "CLIENT_CREDENTIALS", ...
Returns the value of attribute o_auth_2_grant_type.
-
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def access_token @access_token end |
#client_credentials_arn ⇒ ::String
Returns the value of attribute client_credentials_arn.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def client_credentials_arn @client_credentials_arn end |
#jwt_token ⇒ ::String
Returns the value of attribute jwt_token.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def jwt_token @jwt_token end |
#o_auth_2_grant_type ⇒ "CLIENT_CREDENTIALS", ...
Returns the value of attribute o_auth_2_grant_type.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def o_auth_2_grant_type @o_auth_2_grant_type end |
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def o_auth_request @o_auth_request end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def refresh_token @refresh_token end |