[][src]Struct rusoto_alexaforbusiness::RegisterAVSDeviceRequest

pub struct RegisterAVSDeviceRequest {
    pub amazon_id: String,
    pub client_id: String,
    pub device_serial_number: String,
    pub product_id: 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: 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.

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 PartialEq<RegisterAVSDeviceRequest> for RegisterAVSDeviceRequest[src]

impl Default for RegisterAVSDeviceRequest[src]

impl Clone for RegisterAVSDeviceRequest[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RegisterAVSDeviceRequest[src]

impl Serialize for RegisterAVSDeviceRequest[src]

Auto Trait Implementations

impl Send for RegisterAVSDeviceRequest

impl Sync for RegisterAVSDeviceRequest

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self