Class: Aws::Types::TaskConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TaskConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ContainerTaskConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_task_configuration ⇒ Types::ContainerTaskConfiguration
Returns the value of attribute container_task_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#container_task_configuration ⇒ Types::ContainerTaskConfiguration
Returns the value of attribute container_task_configuration.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def container_task_configuration @container_task_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def unknown @unknown end |