Class: Aws::Types::NetworkPathComponentDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkPathComponentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::Array[::String]
Returns the value of attribute address.
-
#port_ranges ⇒ ::Array[Types::PortRange]
Returns the value of attribute port_ranges.
Instance Attribute Details
#address ⇒ ::Array[::String]
Returns the value of attribute address.
6677 6678 6679 |
# File 'sig/types.rbs', line 6677 def address @address end |
#port_ranges ⇒ ::Array[Types::PortRange]
Returns the value of attribute port_ranges.
6678 6679 6680 |
# File 'sig/types.rbs', line 6678 def port_ranges @port_ranges end |