BotAliasSummary

Summary information about bot aliases returned from the ListBotAliases operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the bot alias.

Link copied to clipboard

The current state of the bot alias. If the status is Available, the alias is ready for use.

Link copied to clipboard

The version of the bot that the bot alias references.

Link copied to clipboard

A timestamp of the date and time that the bot alias was created.

Link copied to clipboard

The description of the bot alias.

Link copied to clipboard

A timestamp of the date and time that the bot alias was last updated.

Functions

Link copied to clipboard
inline fun copy(block: BotAliasSummary.Builder.() -> Unit = {}): BotAliasSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String