Class: Aws::InternetMonitor::Types::HealthEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::HealthEvent
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Information about a health event created in a monitor in Amazon CloudWatch Internet Monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
When the health event was created.
-
#ended_at ⇒ Time
The time when a health event ended.
-
#event_arn ⇒ String
The Amazon Resource Name (ARN) of the event.
-
#event_id ⇒ String
The internally-generated identifier of a specific network traffic impairment health event.
-
#health_score_threshold ⇒ Float
The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.
-
#impact_type ⇒ String
The type of impairment for a health event.
-
#impacted_locations ⇒ Array<Types::ImpactedLocation>
The locations impacted by the health event.
-
#last_updated_at ⇒ Time
When the health event was last updated.
-
#percent_of_total_traffic_impacted ⇒ Float
The impact on total traffic that a health event has, in increased latency or reduced availability.
-
#started_at ⇒ Time
When a health event started.
-
#status ⇒ String
Health event list member.
Instance Attribute Details
#created_at ⇒ Time
When the health event was created.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_at ⇒ Time
The time when a health event ended. If the health event is still active, then the end time is not set.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_arn ⇒ String
The Amazon Resource Name (ARN) of the event.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_id ⇒ String
The internally-generated identifier of a specific network traffic impairment health event.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_threshold ⇒ Float
The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_type ⇒ String
The type of impairment for a health event.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_locations ⇒ Array<Types::ImpactedLocation>
The locations impacted by the health event.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_at ⇒ Time
When the health event was last updated.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_impacted ⇒ Float
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.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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_at ⇒ Time
When a health event started.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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 |
#status ⇒ String
Health event list member.
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 687 class HealthEvent < 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 |