Class: Aws::IoTEvents::Types::DeleteDetectorModelRequest

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 to be deleted.

Returns:

  • (String)


1010
1011
1012
1013
1014
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1010

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