Class: Aws::LexModelsV2::Types::TestExecutionTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bot_alias_targetTypes::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