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)


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_statusString

The status of a health event.

Returns:

  • (String)


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_idString

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.

Returns:

  • (String)


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_resultsInteger

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

Returns:

  • (Integer)


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_nameString

The name of the monitor.

Returns:

  • (String)


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_tokenString

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

Returns:

  • (String)


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_timeTime

The time when a health event started.

Returns:

  • (Time)


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