Class: Aws::InternetMonitor::Types::NetworkImpairment
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::NetworkImpairment
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Information about the network impairment for a specific network measured by Amazon CloudWatch Internet Monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#as_path ⇒ Array<Types::Network>
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
-
#network_event_type ⇒ String
The type of network impairment.
-
#networks ⇒ Array<Types::Network>
The networks that could be impacted by a network impairment event.
Instance Attribute Details
#as_path ⇒ Array<Types::Network>
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
1516 1517 1518 1519 1520 1521 1522 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1516 class NetworkImpairment < Struct.new( :networks, :as_path, :network_event_type) SENSITIVE = [] include Aws::Structure end |
#network_event_type ⇒ String
The type of network impairment.
1516 1517 1518 1519 1520 1521 1522 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1516 class NetworkImpairment < Struct.new( :networks, :as_path, :network_event_type) SENSITIVE = [] include Aws::Structure end |
#networks ⇒ Array<Types::Network>
The networks that could be impacted by a network impairment event.
1516 1517 1518 1519 1520 1521 1522 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1516 class NetworkImpairment < Struct.new( :networks, :as_path, :network_event_type) SENSITIVE = [] include Aws::Structure end |