Class: Aws::IoTEvents::Types::DescribeDetectorModelAnalysisRequest

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 of the analysis result that you want to retrieve.

Returns:

  • (String)


1160
1161
1162
1163
1164
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1160

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