Struct rusoto_alexaforbusiness::ProfileData[][src]

pub struct ProfileData {
    pub address: Option<String>,
    pub distance_unit: Option<String>,
    pub profile_arn: Option<String>,
    pub profile_name: Option<String>,
    pub temperature_unit: Option<String>,
    pub timezone: Option<String>,
    pub wake_word: Option<String>,
}

The data of a room profile.

Fields

The address of a room profile.

The distance unit of a room profile.

The ARN of a room profile.

The name of a room profile.

The temperature unit of a room profile.

The timezone of a room profile.

The wake word of a room profile.

Trait Implementations

impl Default for ProfileData
[src]

Returns the "default value" for a type. Read more

impl Debug for ProfileData
[src]

Formats the value using the given formatter. Read more

impl Clone for ProfileData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProfileData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ProfileData

impl Sync for ProfileData