Class: Aws::Types::Container
- Inherits:
-
Object
- Object
- Aws::Types::Container
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#ports ⇒ ::Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]
Returns the value of attribute ports.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
387 388 389 |
# File 'sig/types.rbs', line 387 def command @command end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
388 389 390 |
# File 'sig/types.rbs', line 388 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
386 387 388 |
# File 'sig/types.rbs', line 386 def image @image end |
#ports ⇒ ::Hash[::String, ("HTTP" | "HTTPS" | "TCP" | "UDP")]
Returns the value of attribute ports.
389 390 391 |
# File 'sig/types.rbs', line 389 def ports @ports end |