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)


491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491

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)


491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491

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)


491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491

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.

Returns:

  • (String)


491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 491

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