Class: Aws::LexModelBuildingService::Types::BotAliasMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BotAliasMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a bot alias.
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot to which the alias points.
-
#bot_version ⇒ String
The version of the Amazon Lex bot to which the alias points.
-
#checksum ⇒ String
Checksum of the bot alias.
-
#created_date ⇒ Time
The date that the bot alias was created.
-
#description ⇒ String
A description of the bot alias.
-
#last_updated_date ⇒ Time
The date that the bot alias was updated.
-
#name ⇒ String
The name of the bot alias.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot to which the alias points.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#bot_version ⇒ String
The version of the Amazon Lex bot to which the alias points.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#checksum ⇒ String
Checksum of the bot alias.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#created_date ⇒ Time
The date that the bot alias was created.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#description ⇒ String
A description of the bot alias.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#last_updated_date ⇒ Time
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#name ⇒ String
The name of the bot alias.
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 44 class BotAliasMetadata < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |