Class: Aws::IoTManagedIntegrations::Types::StartAccountAssociationRefreshResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[:o_auth_authorization_url]

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_authorization_urlString

Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process. This field will be empty when using General Authorization flows that do not require OAuth.

Returns:

  • (String)


4687
4688
4689
4690
4691
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4687

class StartAccountAssociationRefreshResponse < Struct.new(
  :o_auth_authorization_url)
  SENSITIVE = [:o_auth_authorization_url]
  include Aws::Structure
end