Class: Aws::EMR::Types::PortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PortRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
A list of port ranges that are permitted to allow inbound traffic from all public IP addresses. To specify a single port, use the same value for ‘MinRange` and `MaxRange`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_range ⇒ Integer
The smallest port number in a specified range of port numbers.
-
#min_range ⇒ Integer
The smallest port number in a specified range of port numbers.