Class: Aws::LexModelsV2::Types::OverallTestResults
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::OverallTestResults
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Information about the overall test results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::OverallTestResultItem>
A list of the overall test results.
Instance Attribute Details
#items ⇒ Array<Types::OverallTestResultItem>
A list of the overall test results.
11269 11270 11271 11272 11273 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11269 class OverallTestResults < Struct.new( :items) SENSITIVE = [] include Aws::Structure end |