Class: Aws::InternetMonitor::Types::InternetEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::InternetEventSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
A summary of information about an internet event in Amazon CloudWatch Internet Monitor. Internet events are issues that cause performance degradation or availability problems for impacted Amazon Web Services client locations. Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_location ⇒ Types::ClientLocation
The impacted location, such as a city, that Amazon Web Services clients access application resources from.
-
#ended_at ⇒ Time
The time when an internet event ended.
-
#event_arn ⇒ String
The Amazon Resource Name (ARN) of the internet event.
-
#event_id ⇒ String
The internally-generated identifier of an internet event.
-
#event_status ⇒ String
The status of an internet event.
-
#event_type ⇒ String
The type of network impairment.
-
#started_at ⇒ Time
The time when an internet event started.
Instance Attribute Details
#client_location ⇒ Types::ClientLocation
The impacted location, such as a city, that Amazon Web Services clients access application resources from.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time when an internet event ended. If the event hasn’t ended yet, this value is empty.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_arn ⇒ String
The Amazon Resource Name (ARN) of the internet event.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The internally-generated identifier of an internet event.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The status of an internet event.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of network impairment.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The time when an internet event started.
1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1079 class InternetEventSummary < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |