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.
-
#linked_account_id ⇒ String
The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor.
-
#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.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The status of a health event.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#linked_account_id ⇒ String
The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of health event objects that you want to return with this call.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when a health event started.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1219 class ListHealthEventsInput < Struct.new( :monitor_name, :start_time, :end_time, :next_token, :max_results, :event_status, :linked_account_id) SENSITIVE = [] include Aws::Structure end |