Class: Aws::Types::EcsParameters
- Inherits:
-
Object
- Object
- Aws::Types::EcsParameters
- 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.
-
#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.
600 601 602 |
# File 'sig/types.rbs', line 600 def capacity_provider_strategy @capacity_provider_strategy end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
601 602 603 |
# File 'sig/types.rbs', line 601 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
602 603 604 |
# File 'sig/types.rbs', line 602 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
599 600 601 |
# File 'sig/types.rbs', line 599 def group @group end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
596 597 598 |
# File 'sig/types.rbs', line 596 def launch_type @launch_type end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
597 598 599 |
# File 'sig/types.rbs', line 597 def network_configuration @network_configuration end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
603 604 605 |
# File 'sig/types.rbs', line 603 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
604 605 606 |
# File 'sig/types.rbs', line 604 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
598 599 600 |
# File 'sig/types.rbs', line 598 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION"
Returns the value of attribute propagate_tags.
605 606 607 |
# File 'sig/types.rbs', line 605 def @propagate_tags end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def reference_id @reference_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
607 608 609 |
# File 'sig/types.rbs', line 607 def @tags end |
#task_count ⇒ ::Integer
Returns the value of attribute task_count.
595 596 597 |
# File 'sig/types.rbs', line 595 def task_count @task_count end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
594 595 596 |
# File 'sig/types.rbs', line 594 def task_definition_arn @task_definition_arn end |