Class: Aws::LexModelBuildingService::Types::PutBotAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::PutBotAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot that the alias points to.
-
#bot_version ⇒ String
The version of the bot that the alias points to.
-
#checksum ⇒ String
The checksum for the current version of the alias.
-
#created_date ⇒ Time
The date that the bot alias was created.
-
#description ⇒ String
A description of the alias.
-
#last_updated_date ⇒ Time
The date that the bot alias was updated.
-
#name ⇒ String
The name of the alias.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot that the alias points to.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < 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 bot that the alias points to.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#checksum ⇒ String
The checksum for the current version of the alias.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < 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.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#description ⇒ String
A description of the alias.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < 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 the last updated date are the same.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |
#name ⇒ String
The name of the alias.
2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2297 class PutBotAliasResponse < Struct.new( :name, :description, :bot_version, :bot_name, :last_updated_date, :created_date, :checksum) include Aws::Structure end |