Class: Aws::RoboMaker::Types::PortForwardingConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Configuration information for port forwarding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#port_mappingsArray<Types::PortMapping>

The port mappings for the configuration.

Returns:



3971
3972
3973
3974
3975
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3971

class PortForwardingConfig < Struct.new(
  :port_mappings)
  SENSITIVE = []
  include Aws::Structure
end