Class: Aws::LexModelBuildingService::Types::BotMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::BotMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a bot. .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date that the bot was created.
-
#description ⇒ String
A description of the bot.
-
#last_updated_date ⇒ Time
The date that the bot was updated.
-
#name ⇒ String
The name of the bot.
-
#status ⇒ String
The status of the bot.
-
#version ⇒ String
The version of the bot.
Instance Attribute Details
#created_date ⇒ Time
The date that the bot was created.
197 198 199 200 201 202 203 204 205 206 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197 class BotMetadata < Struct.new( :name, :description, :status, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the bot.
197 198 199 200 201 202 203 204 205 206 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197 class BotMetadata < Struct.new( :name, :description, :status, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
197 198 199 200 201 202 203 204 205 206 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197 class BotMetadata < Struct.new( :name, :description, :status, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the bot.
197 198 199 200 201 202 203 204 205 206 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197 class BotMetadata < Struct.new( :name, :description, :status, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the bot.
197 198 199 200 201 202 203 204 205 206 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197 class BotMetadata < Struct.new( :name, :description, :status, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the bot. For a new bot, the version is always ‘$LATEST`.
197 198 199 200 201 202 203 204 205 206 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 197 class BotMetadata < Struct.new( :name, :description, :status, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |