Class: Aws::Types::IpPermission
- Inherits:
-
Object
- Object
- Aws::Types::IpPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#ip_range ⇒ ::String
Returns the value of attribute ip_range.
-
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def from_port @from_port end |
#ip_range ⇒ ::String
Returns the value of attribute ip_range.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def ip_range @ip_range end |
#protocol ⇒ "TCP", "UDP"
Returns the value of attribute protocol.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def protocol @protocol end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def to_port @to_port end |