Class: Aws::InternetMonitor::Types::ListHealthEventsInput

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

#end_timeTime

The time when a health event ended. If the health event is still ongoing, then the end time is not set.

Returns:

  • (Time)


1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1005

class ListHealthEventsInput < Struct.new(
  :monitor_name,
  :start_time,
  :end_time,
  :next_token,
  :max_results,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#event_statusString

The status of a health event.

Returns:

  • (String)


1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1005

class ListHealthEventsInput < Struct.new(
  :monitor_name,
  :start_time,
  :end_time,
  :next_token,
  :max_results,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of health event objects that you want to return with this call.

Returns:

  • (Integer)


1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1005

class ListHealthEventsInput < Struct.new(
  :monitor_name,
  :start_time,
  :end_time,
  :next_token,
  :max_results,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor.

Returns:

  • (String)


1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1005

class ListHealthEventsInput < Struct.new(
  :monitor_name,
  :start_time,
  :end_time,
  :next_token,
  :max_results,
  :event_status)
  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)


1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1005

class ListHealthEventsInput < Struct.new(
  :monitor_name,
  :start_time,
  :end_time,
  :next_token,
  :max_results,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time when a health event started.

Returns:

  • (Time)


1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1005

class ListHealthEventsInput < Struct.new(
  :monitor_name,
  :start_time,
  :end_time,
  :next_token,
  :max_results,
  :event_status)
  SENSITIVE = []
  include Aws::Structure
end