[][src]Struct rusoto_alexaforbusiness::RegisterAVSDeviceRequest

pub struct RegisterAVSDeviceRequest {
    pub amazon_id: String,
    pub client_id: String,
    pub device_serial_number: Option<String>,
    pub product_id: String,
    pub room_arn: Option<String>,
    pub user_code: String,
}

Fields

amazon_id: 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_id: String

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

device_serial_number: Option<String>

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

product_id: String

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

room_arn: Option<String>

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

user_code: 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.

Trait Implementations

impl Clone for RegisterAVSDeviceRequest[src]

impl Debug for RegisterAVSDeviceRequest[src]

impl Default for RegisterAVSDeviceRequest[src]

impl PartialEq<RegisterAVSDeviceRequest> for RegisterAVSDeviceRequest[src]

impl Serialize for RegisterAVSDeviceRequest[src]

impl StructuralPartialEq for RegisterAVSDeviceRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.