Class: Aws::InternetMonitor::Types::GetInternetEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetInternetEventOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_location ⇒ Types::ClientLocation
The impacted location, such as a city, where clients access Amazon Web Services application resources.
-
#ended_at ⇒ Time
The time when the 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 the internet event.
-
#event_type ⇒ String
The type of network impairment.
-
#started_at ⇒ Time
The time when the internet event started.
Instance Attribute Details
#client_location ⇒ Types::ClientLocation
The impacted location, such as a city, where clients access Amazon Web Services application resources.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < 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 the internet event ended. If the event hasn’t ended yet, this value is empty.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < 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.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < 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.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < 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 the internet event.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < 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.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < 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 the internet event started.
538 539 540 541 542 543 544 545 546 547 548 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 538 class GetInternetEventOutput < Struct.new( :event_id, :event_arn, :started_at, :ended_at, :client_location, :event_type, :event_status) SENSITIVE = [] include Aws::Structure end |