Class: Aws::Types::NetworkHeader
- Inherits:
-
Object
- Object
- Aws::Types::NetworkHeader
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::NetworkPathComponentDetails
Returns the value of attribute destination.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#source ⇒ Types::NetworkPathComponentDetails
Returns the value of attribute source.
Instance Attribute Details
#destination ⇒ Types::NetworkPathComponentDetails
Returns the value of attribute destination.
6663 6664 6665 |
# File 'sig/types.rbs', line 6663 def destination @destination end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
6662 6663 6664 |
# File 'sig/types.rbs', line 6662 def protocol @protocol end |
#source ⇒ Types::NetworkPathComponentDetails
Returns the value of attribute source.
6664 6665 6666 |
# File 'sig/types.rbs', line 6664 def source @source end |