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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.



13588
13589
13590
13591
13592
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13588

class TestExecutionTarget < Struct.new(
  :bot_alias_target)
  SENSITIVE = []
  include Aws::Structure
end