Method: Aws::Appflow::Types::HoneycodeConnectorProfileCredentials#access_token

Defined in:
lib/aws-sdk-appflow/types.rb

#access_tokenString

The credentials used to access protected Amazon Honeycode resources.

Returns:

  • (String)


2809
2810
2811
2812
2813
2814
2815
# File 'lib/aws-sdk-appflow/types.rb', line 2809

class HoneycodeConnectorProfileCredentials < Struct.new(
  :access_token,
  :refresh_token,
  :o_auth_request)
  SENSITIVE = [:access_token]
  include Aws::Structure
end