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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-cloudwatchevidently/types.rb', line 52

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