Class: Aws::EMR::Types::PortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PortRange
- Defined in:
- gems/aws-sdk-emr/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.