Class: Aws::RoboMaker::Types::PortForwardingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::PortForwardingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Configuration information for port forwarding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port_mappings ⇒ Array<Types::PortMapping>
The port mappings for the configuration.
Instance Attribute Details
#port_mappings ⇒ Array<Types::PortMapping>
The port mappings for the configuration.
3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-robomaker/types.rb', line 3966 class PortForwardingConfig < Struct.new( :port_mappings) SENSITIVE = [] include Aws::Structure end |