Struct aws_sdk_lexmodelsv2::model::BotVersionSummary
source · [−]#[non_exhaustive]pub struct BotVersionSummary {
pub bot_name: Option<String>,
pub bot_version: Option<String>,
pub description: Option<String>,
pub bot_status: Option<BotStatus>,
pub creation_date_time: Option<DateTime>,
}Expand description
Summary information about a bot version returned by the ListBotVersions operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.bot_name: Option<String>The name of the bot associated with the version.
bot_version: Option<String>The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
description: Option<String>The description of the version.
bot_status: Option<BotStatus>The status of the bot. When the status is available, the version of the bot is ready for use.
creation_date_time: Option<DateTime>A timestamp of the date and time that the version was created.
Implementations
The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
The description of the version.
The status of the bot. When the status is available, the version of the bot is ready for use.
A timestamp of the date and time that the version was created.
Creates a new builder-style object to manufacture BotVersionSummary
Trait Implementations
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 RefUnwindSafe for BotVersionSummary
impl Send for BotVersionSummary
impl Sync for BotVersionSummary
impl Unpin for BotVersionSummary
impl UnwindSafe for BotVersionSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more