Class: Aws::Types::ContainerConfig
- Inherits:
-
Object
- Object
- Aws::Types::ContainerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arguments ⇒ ::Array[::String]
Returns the value of attribute arguments.
-
#entrypoint ⇒ ::Array[::String]
Returns the value of attribute entrypoint.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
Instance Attribute Details
#arguments ⇒ ::Array[::String]
Returns the value of attribute arguments.
266 267 268 |
# File 'sig/types.rbs', line 266 def arguments @arguments end |
#entrypoint ⇒ ::Array[::String]
Returns the value of attribute entrypoint.
265 266 267 |
# File 'sig/types.rbs', line 265 def entrypoint @entrypoint end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
264 265 266 |
# File 'sig/types.rbs', line 264 def image_uri @image_uri end |
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
267 268 269 |
# File 'sig/types.rbs', line 267 def metric_definitions @metric_definitions end |