Class: Aws::GameLift::Types::ContainerPortConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ContainerPortConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Defines ranges of ports that server processes can connect to.
**Part of:** ContainerDefinition$PortConfiguration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_port_ranges ⇒ Array<Types::ContainerPortRange>
Specifies one or more ranges of ports on a container.
Instance Attribute Details
#container_port_ranges ⇒ Array<Types::ContainerPortRange>
Specifies one or more ranges of ports on a container. These ranges must not overlap.
1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-gamelift/types.rb', line 1474 class ContainerPortConfiguration < Struct.new( :container_port_ranges) SENSITIVE = [] include Aws::Structure end |