Class: Aws::LexModelsV2::Types::DescribeBotVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot containing the version to return metadata for.
-
#bot_version ⇒ String
The version of the bot to return metadata for.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot containing the version to return metadata for.
6169 6170 6171 6172 6173 6174 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6169 class DescribeBotVersionRequest < Struct.new( :bot_id, :bot_version) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot to return metadata for.
6169 6170 6171 6172 6173 6174 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6169 class DescribeBotVersionRequest < Struct.new( :bot_id, :bot_version) SENSITIVE = [] include Aws::Structure end |