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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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.

Returns:

  • (String)


4535
4536
4537
4538
4539
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4535

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