Class: Aws::Types::TrafficMirrorPortRangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::TrafficMirrorPortRangeRequest
- 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.
17820 17821 17822 |
# File 'sig/types.rbs', line 17820 def from_port @from_port end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
17821 17822 17823 |
# File 'sig/types.rbs', line 17821 def to_port @to_port end |