Class: Aws::InternetMonitor::Types::NetworkImpairment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#as_pathArray<Types::Network>

The combination of the Autonomous System Number (ASN) of the network and the name of the network.

Returns:



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_typeString

The type of network impairment.

Returns:

  • (String)


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

#networksArray<Types::Network>

The networks that could be impacted by a network impairment event.

Returns:



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