Class: Aws::LookoutforVision::Types::DetectAnomaliesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DetectAnomaliesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detect_anomaly_result ⇒ Types::DetectAnomalyResult
The results of the ‘DetectAnomalies` operation.
Instance Attribute Details
#detect_anomaly_result ⇒ Types::DetectAnomalyResult
The results of the ‘DetectAnomalies` operation.
692 693 694 695 696 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 692 class DetectAnomaliesResponse < Struct.new( :detect_anomaly_result) SENSITIVE = [] include Aws::Structure end |