Class: Aws::Types::NetworkPathComponent
- Inherits:
-
Object
- Object
- Aws::Types::NetworkPathComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_id ⇒ ::String
Returns the value of attribute component_id.
-
#component_type ⇒ ::String
Returns the value of attribute component_type.
-
#egress ⇒ Types::NetworkHeader
Returns the value of attribute egress.
-
#ingress ⇒ Types::NetworkHeader
Returns the value of attribute ingress.
Instance Attribute Details
#component_id ⇒ ::String
Returns the value of attribute component_id.
6669 6670 6671 |
# File 'sig/types.rbs', line 6669 def component_id @component_id end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
6670 6671 6672 |
# File 'sig/types.rbs', line 6670 def component_type @component_type end |
#egress ⇒ Types::NetworkHeader
Returns the value of attribute egress.
6671 6672 6673 |
# File 'sig/types.rbs', line 6671 def egress @egress end |
#ingress ⇒ Types::NetworkHeader
Returns the value of attribute ingress.
6672 6673 6674 |
# File 'sig/types.rbs', line 6672 def ingress @ingress end |