Class: Aws::InternetMonitor::Types::GetHealthEventOutput

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

#created_atTime

The time when a health event was created.

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The time when a health event was resolved. If the health event is still active, the end time is not set.

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#event_arnString

The Amazon Resource Name (ARN) of the event.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The internally-generated identifier of a health event.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#health_score_thresholdFloat

The threshold percentage for a health score that determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.

Returns:

  • (Float)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#impact_typeString

The type of impairment of a specific health event.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#impacted_locationsArray<Types::ImpactedLocation>

The locations affected by a health event.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The time when a health event was last updated or recalculated.

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#percent_of_total_traffic_impactedFloat

The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.

Returns:

  • (Float)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time when a health event started.

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a health event.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 478

class GetHealthEventOutput < Struct.new(
  :event_arn,
  :event_id,
  :started_at,
  :ended_at,
  :created_at,
  :last_updated_at,
  :impacted_locations,
  :status,
  :percent_of_total_traffic_impacted,
  :impact_type,
  :health_score_threshold)
  SENSITIVE = []
  include Aws::Structure
end