Class: Aws::IoTEvents::Types::StartDetectorModelAnalysisResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The ID that you can use to retrieve the analysis result.

Returns:

  • (String)


2856
2857
2858
2859
2860
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2856

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