Class: Aws::IoTEvents::Types::ListAlarmModelVersionsResponse

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_version_summariesArray<Types::AlarmModelVersionSummary>

A list that summarizes each alarm model version.



2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2214

class ListAlarmModelVersionsResponse < Struct.new(
  :alarm_model_version_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)


2214
2215
2216
2217
2218
2219
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2214

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