Struct aws_sdk_lexmodelsv2::output::DeleteBotLocaleOutput
source · [−]#[non_exhaustive]pub struct DeleteBotLocaleOutput {
pub bot_id: Option<String>,
pub bot_version: Option<String>,
pub locale_id: Option<String>,
pub bot_locale_status: Option<BotLocaleStatus>,
}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_id: Option<String>The identifier of the bot that contained the deleted locale.
bot_version: Option<String>The version of the bot that contained the deleted locale.
locale_id: Option<String>The language and locale of the deleted locale.
bot_locale_status: Option<BotLocaleStatus>The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.
Implementations
The identifier of the bot that contained the deleted locale.
The version of the bot that contained the deleted locale.
The status of deleting the bot locale. The locale first enters the Deleting status. Once the locale is deleted it no longer appears in the list of locales for the bot.
Creates a new builder-style object to manufacture DeleteBotLocaleOutput
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 DeleteBotLocaleOutput
impl Send for DeleteBotLocaleOutput
impl Sync for DeleteBotLocaleOutput
impl Unpin for DeleteBotLocaleOutput
impl UnwindSafe for DeleteBotLocaleOutput
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