Class: Aws::Types::ContainerConfig
- Inherits:
-
Object
- Object
- Aws::Types::ContainerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
-
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
-
#container_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute container_environment_variables.
Instance Attribute Details
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def container_arguments @container_arguments end |
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def container_entrypoint @container_entrypoint end |
#container_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute container_environment_variables.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def container_environment_variables @container_environment_variables end |