Class: Aws::Types::RunTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::RunTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#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.
-
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
-
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
-
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#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
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def capacity_provider_strategy @capacity_provider_strategy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def client_token @client_token end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def cluster @cluster end |
#count ⇒ ::Integer
Returns the value of attribute count.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def count @count end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def group @group end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def launch_type @launch_type end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def network_configuration @network_configuration end |
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def overrides @overrides end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def @propagate_tags end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def reference_id @reference_id end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def started_by @started_by end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def @tags end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def task_definition @task_definition end |
#volume_configurations ⇒ ::Array[Types::TaskVolumeConfiguration]
Returns the value of attribute volume_configurations.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def volume_configurations @volume_configurations end |