Class: Aws::IoTEvents::Types::ListAlarmModelsResponse

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_summariesArray<Types::AlarmModelSummary>

A list that summarizes each alarm model.

Returns:



2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2245

class ListAlarmModelsResponse < Struct.new(
  :alarm_model_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you can use to return the next set of results, or null if there are no more results.

Returns:

  • (String)


2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2245

class ListAlarmModelsResponse < Struct.new(
  :alarm_model_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end