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

Class: Aws::RoboMaker::Types::PortMapping

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

Overview

Note:

When passing PortMapping as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_port: 1, # required
  application_port: 1, # required
  enable_on_public_ip: false,
}

An object representing a port mapping.

Instance Attribute Summary collapse

Instance Attribute Details

#application_portInteger

The port number on the application.

Returns:

  • (Integer)

    The port number on the application.

#enable_on_public_ipBoolean

A Boolean indicating whether to enable this port mapping on public IP.

Returns:

  • (Boolean)

    A Boolean indicating whether to enable this port mapping on public IP.

#job_portInteger

The port number on the simulation job instance to use as a remote connection point.

Returns:

  • (Integer)

    The port number on the simulation job instance to use as a remote connection point.