You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterAVSDeviceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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)

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

#client_idString

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

Returns:

  • (String)

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

#device_serial_numberString

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

Returns:

  • (String)

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

#product_idString

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

Returns:

  • (String)

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

#room_arnString

The ARN of the room with which to associate your AVS device.

Returns:

  • (String)

    The ARN of the room with which to associate your AVS device.

#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)

    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.