Struct aws_sdk_lexmodelsv2::output::DeleteBotAliasOutput
source · #[non_exhaustive]pub struct DeleteBotAliasOutput { /* private fields */ }Implementations§
source§impl DeleteBotAliasOutput
impl DeleteBotAliasOutput
sourcepub fn bot_alias_id(&self) -> Option<&str>
pub fn bot_alias_id(&self) -> Option<&str>
The unique identifier of the bot alias to delete.
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot that contains the alias to delete.
sourcepub fn bot_alias_status(&self) -> Option<&BotAliasStatus>
pub fn bot_alias_status(&self) -> Option<&BotAliasStatus>
The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.
source§impl DeleteBotAliasOutput
impl DeleteBotAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotAliasOutput.
Trait Implementations§
source§impl Clone for DeleteBotAliasOutput
impl Clone for DeleteBotAliasOutput
source§fn clone(&self) -> DeleteBotAliasOutput
fn clone(&self) -> DeleteBotAliasOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more