Class: Aws::Types::CreateVerifiedAccessEndpointPortRange
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessEndpointPortRange
- 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.
3716 3717 3718 |
# File 'sig/types.rbs', line 3716 def from_port @from_port end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def to_port @to_port end |