Class: Aws::IoTEventsData::Types::ListAlarmsRequest

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)


928
929
930
931
932
933
934
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 928

class ListAlarmsRequest < Struct.new(
  :alarm_model_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


928
929
930
931
932
933
934
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 928

class ListAlarmsRequest < Struct.new(
  :alarm_model_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you can use to return the next set of results.

Returns:

  • (String)


928
929
930
931
932
933
934
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 928

class ListAlarmsRequest < Struct.new(
  :alarm_model_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end