Class: Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::BatchEvaluateFeatureResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Array<Types::EvaluationResult>
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
Instance Attribute Details
#results ⇒ Array<Types::EvaluationResult>
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
52 53 54 55 56 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 52 class BatchEvaluateFeatureResponse < Struct.new( :results) SENSITIVE = [] include Aws::Structure end |