Class: Aws::Types::ContainerGroupPortMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def container_name
  @container_name
end

#container_port_mappings::Array[Types::ContainerPortMapping]

Returns the value of attribute container_port_mappings.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def container_port_mappings
  @container_port_mappings
end

#container_runtime_id::String

Returns the value of attribute container_runtime_id.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def container_runtime_id
  @container_runtime_id
end