Class: Aws::LexModelsV2::Types::OverallTestResults

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Information about the overall test results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::OverallTestResultItem>

A list of the overall test results.

Returns:



11259
11260
11261
11262
11263
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11259

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