Class: Aws::Types::StartTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#container_instances ⇒ ::Array[::String]
Returns the value of attribute container_instances.
-
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
-
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
-
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
-
#volume_configurations ⇒ ::Array[Types::TaskVolumeConfiguration]
Returns the value of attribute volume_configurations.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def cluster @cluster end |
#container_instances ⇒ ::Array[::String]
Returns the value of attribute container_instances.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def container_instances @container_instances end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def group @group end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def network_configuration @network_configuration end |
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def overrides @overrides end |
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def @propagate_tags end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def reference_id @reference_id end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def started_by @started_by end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def @tags end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def task_definition @task_definition end |
#volume_configurations ⇒ ::Array[Types::TaskVolumeConfiguration]
Returns the value of attribute volume_configurations.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def volume_configurations @volume_configurations end |