Class: Aws::IoTEventsData::Types::ListAlarmsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::ListAlarmsResponse
- Defined in:
- gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_summaries ⇒ Array<Types::AlarmSummary>
A list that summarizes each alarm.
-
#next_token ⇒ String
The token that you can use to return the next set of results, or
null
if there are no more results.
Instance Attribute Details
#alarm_summaries ⇒ Array<Types::AlarmSummary>
A list that summarizes each alarm.
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_token ⇒ String
The token that you can use to return the next set of results, or
null
if there are no more results.
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 |