Class: Aws::Types::HoneycodeConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def access_token
  @access_token
end

#o_auth_requestTypes::ConnectorOAuthRequest

Returns the value of attribute o_auth_request.



694
695
696
# File 'sig/types.rbs', line 694

def o_auth_request
  @o_auth_request
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def refresh_token
  @refresh_token
end