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.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def capacity_provider_strategy @capacity_provider_strategy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def client_token @client_token end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def cluster @cluster end |
#count ⇒ ::Integer
Returns the value of attribute count.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def count @count end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def group @group end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def launch_type @launch_type end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def network_configuration @network_configuration end |
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def overrides @overrides end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION", ...
Returns the value of attribute propagate_tags.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def reference_id @reference_id end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def started_by @started_by end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def task_definition @task_definition end |
#volume_configurations ⇒ ::Array[Types::TaskVolumeConfiguration]
Returns the value of attribute volume_configurations.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def volume_configurations @volume_configurations end |