Class: Aws::InternetMonitor::Types::ListHealthEventsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_eventsArray<Types::HealthEvent>

A list of health events.

Returns:



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_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


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