Class: Aws::AlexaForBusiness::Types::RegisterAVSDeviceRequest

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

Overview

Note:

When making an API call, you may pass RegisterAVSDeviceRequest data as a hash:

{
  client_id: "ClientId", # required
  user_code: "UserCode", # required
  product_id: "ProductId", # required
  device_serial_number: "DeviceSerialNumberForAVS", # required
  amazon_id: "AmazonId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_idString

The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon’s Developer Console.

Returns:

  • (String)


2695
2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2695

class RegisterAVSDeviceRequest < Struct.new(
  :client_id,
  :user_code,
  :product_id,
  :device_serial_number,
  :amazon_id)
  include Aws::Structure
end

#client_idString

The client ID of the OEM used for code-based linking authorization on an AVS device.

Returns:

  • (String)


2695
2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2695

class RegisterAVSDeviceRequest < Struct.new(
  :client_id,
  :user_code,
  :product_id,
  :device_serial_number,
  :amazon_id)
  include Aws::Structure
end

#device_serial_numberString

The key generated by the OEM that uniquely identifies a specified instance of your AVS device.

Returns:

  • (String)


2695
2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2695

class RegisterAVSDeviceRequest < Struct.new(
  :client_id,
  :user_code,
  :product_id,
  :device_serial_number,
  :amazon_id)
  include Aws::Structure
end

#product_idString

The product ID used to identify your AVS device during authorization.

Returns:

  • (String)


2695
2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2695

class RegisterAVSDeviceRequest < Struct.new(
  :client_id,
  :user_code,
  :product_id,
  :device_serial_number,
  :amazon_id)
  include Aws::Structure
end

#user_codeString

The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.

Returns:

  • (String)


2695
2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2695

class RegisterAVSDeviceRequest < Struct.new(
  :client_id,
  :user_code,
  :product_id,
  :device_serial_number,
  :amazon_id)
  include Aws::Structure
end