Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def container_port
  @container_port
end

#host_port::Integer

Returns the value of attribute host_port.

Returns:

  • (::Integer)


2338
2339
2340
# File 'sig/types.rbs', line 2338

def host_port
  @host_port
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def protocol
  @protocol
end