Class: Aws::Types::PardotConnectorProfileCredentials

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_requestTypes::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