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.
3499 3500 3501 |
# File 'sig/types.rbs', line 3499 def container_task_configuration @container_task_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3500 3501 3502 |
# File 'sig/types.rbs', line 3500 def unknown @unknown end |