Class: Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Types::EvaluationResult>

An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.

Returns:



52
53
54
55
56
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 52

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