Class: Aws::IoTEventsData::Types::DescribeAlarmRequest

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

#alarm_model_nameString

The name of the alarm model.

Returns:

  • (String)


621
622
623
624
625
626
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 621

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

#key_valueString

The value of the key used as a filter to select only the alarms associated with the key.

Returns:

  • (String)


621
622
623
624
625
626
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 621

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