Class: Aws::IoTEvents::Types::DescribeDetectorModelRequest

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

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1194

class DescribeDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_versionString

The version of the detector model.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1194

class DescribeDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_version)
  SENSITIVE = []
  include Aws::Structure
end