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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4233
4234
4235
4236
4237
# File 'lib/aws-sdk-iotevents/types.rb', line 4233

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