Class: Aws::IoTManagedIntegrations::Types::CreateAccountAssociationResponse

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

#account_association_idString

The identifier for the account association request.

Returns:

  • (String)


528
529
530
531
532
533
534
535
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateAccountAssociationResponse < Struct.new(
  :o_auth_authorization_url,
  :account_association_id,
  :association_state,
  :arn)
  SENSITIVE = [:o_auth_authorization_url]
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the account association.

Returns:

  • (String)


528
529
530
531
532
533
534
535
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateAccountAssociationResponse < Struct.new(
  :o_auth_authorization_url,
  :account_association_id,
  :association_state,
  :arn)
  SENSITIVE = [:o_auth_authorization_url]
  include Aws::Structure
end

#association_stateString

The current state of the account association request.

Returns:

  • (String)


528
529
530
531
532
533
534
535
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateAccountAssociationResponse < Struct.new(
  :o_auth_authorization_url,
  :account_association_id,
  :association_state,
  :arn)
  SENSITIVE = [:o_auth_authorization_url]
  include Aws::Structure
end

#o_auth_authorization_urlString

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

Returns:

  • (String)


528
529
530
531
532
533
534
535
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 528

class CreateAccountAssociationResponse < Struct.new(
  :o_auth_authorization_url,
  :account_association_id,
  :association_state,
  :arn)
  SENSITIVE = [:o_auth_authorization_url]
  include Aws::Structure
end