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:



11196
11197
11198
11199
11200
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11196

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