Struct aws_sdk_lexmodelsv2::model::bot_alias_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for BotAliasSummary
Implementations
The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the DescribeBotAlias operation.
The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the DescribeBotAlias operation.
The name of the bot alias.
The name of the bot alias.
The description of the bot alias.
The description of the bot alias.
The version of the bot that the bot alias references.
The version of the bot that the bot alias references.
The current state of the bot alias. If the status is Available, the alias is ready for use.
The current state of the bot alias. If the status is Available, the alias is ready for use.
A timestamp of the date and time that the bot alias was created.
A timestamp of the date and time that the bot alias was created.
A timestamp of the date and time that the bot alias was last updated.
A timestamp of the date and time that the bot alias was last updated.
Consumes the builder and constructs a BotAliasSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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