Class: Aws::LexModelsV2::Types::TestSetDiscrepancyReportResourceTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestSetDiscrepancyReportResourceTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the resource used for the test set discrepancy report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias_target ⇒ Types::TestSetDiscrepancyReportBotAliasTarget
Contains information about the bot alias used as the resource for the test set discrepancy report.
Instance Attribute Details
#bot_alias_target ⇒ Types::TestSetDiscrepancyReportBotAliasTarget
Contains information about the bot alias used as the resource for the test set discrepancy report.
13723 13724 13725 13726 13727 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13723 class TestSetDiscrepancyReportResourceTarget < Struct.new( :bot_alias_target) SENSITIVE = [] include Aws::Structure end |