Class: Aws::Types::NetworkImpairment
- Inherits:
-
Object
- Object
- Aws::Types::NetworkImpairment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_path ⇒ ::Array[Types::Network]
Returns the value of attribute as_path.
-
#network_event_type ⇒ "AWS", "Internet"
Returns the value of attribute network_event_type.
-
#networks ⇒ ::Array[Types::Network]
Returns the value of attribute networks.
Instance Attribute Details
#as_path ⇒ ::Array[Types::Network]
Returns the value of attribute as_path.
324 325 326 |
# File 'sig/types.rbs', line 324 def as_path @as_path end |
#network_event_type ⇒ "AWS", "Internet"
Returns the value of attribute network_event_type.
325 326 327 |
# File 'sig/types.rbs', line 325 def network_event_type @network_event_type end |
#networks ⇒ ::Array[Types::Network]
Returns the value of attribute networks.
323 324 325 |
# File 'sig/types.rbs', line 323 def networks @networks end |