Class: Aws::Types::PipeTargetEcsTaskParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetEcsTaskParameters
- 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.
-
#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::EcsTaskOverride
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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_count ⇒ ::Integer
Returns the value of attribute task_count.
-
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
Instance Attribute Details
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
464 465 466 |
# File 'sig/types.rbs', line 464 def capacity_provider_strategy @capacity_provider_strategy end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
465 466 467 |
# File 'sig/types.rbs', line 465 def end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
466 467 468 |
# File 'sig/types.rbs', line 466 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
463 464 465 |
# File 'sig/types.rbs', line 463 def group @group end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
460 461 462 |
# File 'sig/types.rbs', line 460 def launch_type @launch_type end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
461 462 463 |
# File 'sig/types.rbs', line 461 def network_configuration @network_configuration end |
#overrides ⇒ Types::EcsTaskOverride
Returns the value of attribute overrides.
471 472 473 |
# File 'sig/types.rbs', line 471 def overrides @overrides end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
467 468 469 |
# File 'sig/types.rbs', line 467 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
468 469 470 |
# File 'sig/types.rbs', line 468 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
462 463 464 |
# File 'sig/types.rbs', line 462 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION"
Returns the value of attribute propagate_tags.
469 470 471 |
# File 'sig/types.rbs', line 469 def end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def reference_id @reference_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
472 473 474 |
# File 'sig/types.rbs', line 472 def end |
#task_count ⇒ ::Integer
Returns the value of attribute task_count.
459 460 461 |
# File 'sig/types.rbs', line 459 def task_count @task_count end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
458 459 460 |
# File 'sig/types.rbs', line 458 def task_definition_arn @task_definition_arn end |