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.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def cluster @cluster end |
#container_instances ⇒ ::Array[::String]
Returns the value of attribute container_instances.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def container_instances @container_instances end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def group @group end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def network_configuration @network_configuration end |
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def overrides @overrides end |
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def @propagate_tags end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def reference_id @reference_id end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def started_by @started_by end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def @tags end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def task_definition @task_definition end |
#volume_configurations ⇒ ::Array[Types::TaskVolumeConfiguration]
Returns the value of attribute volume_configurations.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def volume_configurations @volume_configurations end |