Class: Aws::InternetMonitor::Types::ListHealthEventsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListHealthEventsInput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time when a health event ended.
-
#event_status ⇒ String
The status of a health event.
-
#max_results ⇒ Integer
The number of health event objects that you want to return with this call.
-
#monitor_name ⇒ String
The name of the monitor.
-
#next_token ⇒ String
The token for the next set of results.
-
#start_time ⇒ Time
The time when a health event started.
Instance Attribute Details
#end_time ⇒ Time
The time when a health event ended. If the health event is still ongoing, then the end time is not set.
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_status ⇒ String
The status of a health event.
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_results ⇒ Integer
The number of health event objects that you want to return with this call.
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_name ⇒ String
The name of the monitor.
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_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
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_time ⇒ Time
The time when a health event started.
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 |