Class: Aws::IoTEventsData::Types::DescribeDetectorRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model whose detectors (instances) you want information about.

Returns:

  • (String)


648
649
650
651
652
653
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 648

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

#key_valueString

A filter used to limit results to detectors (instances) created because of the given key ID.

Returns:

  • (String)


648
649
650
651
652
653
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 648

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