Class: Aws::InternetMonitor::Types::ListHealthEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListHealthEventsOutput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_events ⇒ Array<Types::HealthEvent>
A list of health events.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#health_events ⇒ Array<Types::HealthEvent>
A list of health events.
1242 1243 1244 1245 1246 1247 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1242 class ListHealthEventsOutput < Struct.new( :health_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
1242 1243 1244 1245 1246 1247 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1242 class ListHealthEventsOutput < Struct.new( :health_events, :next_token) SENSITIVE = [] include Aws::Structure end |