Class: Aws::Types::PardotConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::PardotConnectorProfileCredentials
- 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.
-
#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.
894 895 896 |
# File 'sig/types.rbs', line 894 def access_token @access_token end |
#client_credentials_arn ⇒ ::String
Returns the value of attribute client_credentials_arn.
897 898 899 |
# File 'sig/types.rbs', line 897 def client_credentials_arn @client_credentials_arn end |
#o_auth_request ⇒ Types::ConnectorOAuthRequest
Returns the value of attribute o_auth_request.
896 897 898 |
# File 'sig/types.rbs', line 896 def o_auth_request @o_auth_request end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
895 896 897 |
# File 'sig/types.rbs', line 895 def refresh_token @refresh_token end |