Class: Aws::IoTEvents::Types::DeleteAlarmModelRequest

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

#alarm_model_nameString

The name of the alarm model.

Returns:

  • (String)


998
999
1000
1001
1002
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 998

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