Class: Aws::Types::ContainerGroupPortMapping
- Inherits:
-
Object
- Object
- Aws::Types::ContainerGroupPortMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#container_port_mappings ⇒ ::Array[Types::ContainerPortMapping]
Returns the value of attribute container_port_mappings.
-
#container_runtime_id ⇒ ::String
Returns the value of attribute container_runtime_id.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
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.
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.
190 191 192 |
# File 'sig/types.rbs', line 190 def container_runtime_id @container_runtime_id end |