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[::Hash[::String, ::String]]
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.
89 90 91 |
# File 'sig/types.rbs', line 89 def capacity_provider_strategy @capacity_provider_strategy end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
91 92 93 |
# File 'sig/types.rbs', line 91 def enable_execute_command @enable_execute_command end |
#group ⇒ ::String
Returns the value of attribute group.
92 93 94 |
# File 'sig/types.rbs', line 92 def group @group end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def launch_type @launch_type end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
94 95 96 |
# File 'sig/types.rbs', line 94 def network_configuration @network_configuration end |
#placement_constraints ⇒ ::Array[Types::PlacementConstraint]
Returns the value of attribute placement_constraints.
95 96 97 |
# File 'sig/types.rbs', line 95 def placement_constraints @placement_constraints end |
#placement_strategy ⇒ ::Array[Types::PlacementStrategy]
Returns the value of attribute placement_strategy.
96 97 98 |
# File 'sig/types.rbs', line 96 def placement_strategy @placement_strategy end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
97 98 99 |
# File 'sig/types.rbs', line 97 def platform_version @platform_version end |
#propagate_tags ⇒ "TASK_DEFINITION"
Returns the value of attribute propagate_tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
99 100 101 |
# File 'sig/types.rbs', line 99 def reference_id @reference_id end |
#tags ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute tags.
100 101 102 |
# File 'sig/types.rbs', line 100 def end |
#task_count ⇒ ::Integer
Returns the value of attribute task_count.
101 102 103 |
# File 'sig/types.rbs', line 101 def task_count @task_count end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
102 103 104 |
# File 'sig/types.rbs', line 102 def task_definition_arn @task_definition_arn end |