Class: Aws::Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatelessRuleMatchAttributesSourcePorts
- 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.
7441 7442 7443 |
# File 'sig/types.rbs', line 7441 def from_port @from_port end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
7442 7443 7444 |
# File 'sig/types.rbs', line 7442 def to_port @to_port end |