Class: Aws::LexModelsV2::Types::TestExecutionTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestExecutionTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the bot used for the test execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias_target ⇒ Types::BotAliasTestExecutionTarget
Contains information about the bot alias used for the test execution.
Instance Attribute Details
#bot_alias_target ⇒ Types::BotAliasTestExecutionTarget
Contains information about the bot alias used for the test execution.
13661 13662 13663 13664 13665 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13661 class TestExecutionTarget < Struct.new( :bot_alias_target) SENSITIVE = [] include Aws::Structure end |