Class: Aws::GameLift::Types::ContainerPortConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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

Instance Attribute Details

#container_port_rangesArray<Types::ContainerPortRange>

Specifies one or more ranges of ports on a container. These ranges must not overlap.

Returns:



1432
1433
1434
1435
1436
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1432

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