Class: Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report.
Instance Attribute Details
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report.
6954 6955 6956 6957 6958 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6954 class DescribeTestSetDiscrepancyReportRequest < Struct.new( :test_set_discrepancy_report_id) SENSITIVE = [] include Aws::Structure end |