Class: Aws::GlobalAccelerator::Types::PortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::PortRange
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
A complex type for a range of ports for a listener.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_port ⇒ Integer
The first port in the range of ports, inclusive.
-
#to_port ⇒ Integer
The last port in the range of ports, inclusive.