Class: Aws::IoTEventsData::Types::ListAlarmsResponse

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

A list that summarizes each alarm.

Returns:



945
946
947
948
949
950
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 945

class ListAlarmsResponse < Struct.new(
  :alarm_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)


945
946
947
948
949
950
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 945

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