Class: Aws::InternetMonitor::Types::GetHealthEventInput

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

#event_idString

The internally-generated identifier of a health event. Because EventID contains the forward slash (“/”) character, you must URL-encode the EventID field in the request URL.

Returns:

  • (String)


415
416
417
418
419
420
421
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 415

class GetHealthEventInput < Struct.new(
  :monitor_name,
  :event_id,
  :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)


415
416
417
418
419
420
421
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 415

class GetHealthEventInput < Struct.new(
  :monitor_name,
  :event_id,
  :linked_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_nameString

The name of the monitor.

Returns:

  • (String)


415
416
417
418
419
420
421
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 415

class GetHealthEventInput < Struct.new(
  :monitor_name,
  :event_id,
  :linked_account_id)
  SENSITIVE = []
  include Aws::Structure
end