Class: Aws::Types::VerifiedAccessEndpointPortRange
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpointPortRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
18610 18611 18612 |
# File 'sig/types.rbs', line 18610 def from_port @from_port end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
18611 18612 18613 |
# File 'sig/types.rbs', line 18611 def to_port @to_port end |