Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#host_port ⇒ ::Integer
Returns the value of attribute host_port.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
Instance Attribute Details
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
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.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def host_port @host_port end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def protocol @protocol end |