Class: Aws::Types::PortSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PortSpecification
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AllPorts, Port, Range, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_ports ⇒ Types::Unit
Returns the value of attribute all_ports.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#range ⇒ Types::PortRange
Returns the value of attribute range.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#all_ports ⇒ Types::Unit
Returns the value of attribute all_ports.
467 468 469 |
# File 'sig/types.rbs', line 467 def all_ports @all_ports end |
#port ⇒ ::Integer
Returns the value of attribute port.
465 466 467 |
# File 'sig/types.rbs', line 465 def port @port end |
#range ⇒ Types::PortRange
Returns the value of attribute range.
466 467 468 |
# File 'sig/types.rbs', line 466 def range @range end |
#unknown ⇒ Object
Returns the value of attribute unknown.
468 469 470 |
# File 'sig/types.rbs', line 468 def unknown @unknown end |