You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::PortRange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PortRange as input to an Aws::Client method, you can use a vanilla 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.

Instance Attribute Summary collapse

Instance Attribute Details

#max_rangeInteger

The smallest port number in a specified range of port numbers.

Returns:

  • (Integer)

    The smallest port number in a specified range of port numbers.

#min_rangeInteger

The smallest port number in a specified range of port numbers.

Returns:

  • (Integer)

    The smallest port number in a specified range of port numbers.