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
Note:
When making an API call, you may pass PortRange data as a hash:
{
min_range: 1, # required
max_range: 1,
}
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.