Struct rusoto_lex_models::BotMetadata[][src]

pub struct BotMetadata {
    pub created_date: Option<f64>,
    pub description: Option<String>,
    pub last_updated_date: Option<f64>,
    pub name: Option<String>,
    pub status: Option<String>,
    pub version: Option<String>,
}

Provides information about a bot. .

Fields

The date that the bot was created.

A description of the bot.

The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

The name of the bot.

The status of the bot.

The version of the bot. For a new bot, the version is always $LATEST.

Trait Implementations

impl Default for BotMetadata
[src]

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

impl Debug for BotMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for BotMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BotMetadata
[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 BotMetadata

impl Sync for BotMetadata