class Aws::LexModelsV2::Types::BotAliasSummary

Summary information about bot aliases returned from the ListBotAliases operation.

@!attribute [rw] bot_alias_id

The unique identifier assigned to the bot alias. You can use this ID
to get detailed information about the alias using the
DescribeBotAlias operation.
@return [String]

@!attribute [rw] bot_alias_name

The name of the bot alias.
@return [String]

@!attribute [rw] description

The description of the bot alias.
@return [String]

@!attribute [rw] bot_version

The version of the bot that the bot alias references.
@return [String]

@!attribute [rw] bot_alias_status

The current state of the bot alias. If the status is `Available`,
the alias is ready for use.
@return [String]

@!attribute [rw] creation_date_time

A timestamp of the date and time that the bot alias was created.
@return [Time]

@!attribute [rw] last_updated_date_time

A timestamp of the date and time that the bot alias was last
updated.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/BotAliasSummary AWS API Documentation

Constants

SENSITIVE