Class: Aws::LexModelsV2::Types::BotExportSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotExportSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides the identity of a the bot that was exported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot assigned by Amazon Lex.
-
#bot_version ⇒ String
The version of the bot that was exported.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot assigned by Amazon Lex.
2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2113 class BotExportSpecification < Struct.new( :bot_id, :bot_version) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot that was exported. This will be either ‘DRAFT` or the version number.
2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2113 class BotExportSpecification < Struct.new( :bot_id, :bot_version) SENSITIVE = [] include Aws::Structure end |