Class: Aws::Types::CreateTaskSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskSetRequest
- 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.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
-
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#scale ⇒ Types::Scale
Returns the value of attribute scale.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
Instance Attribute Details
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
491 492 493 |
# File 'sig/types.rbs', line 491 def capacity_provider_strategy @capacity_provider_strategy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
494 495 496 |
# File 'sig/types.rbs', line 494 def client_token @client_token end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
484 485 486 |
# File 'sig/types.rbs', line 484 def cluster @cluster end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def external_id @external_id end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
490 491 492 |
# File 'sig/types.rbs', line 490 def launch_type @launch_type end |
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
488 489 490 |
# File 'sig/types.rbs', line 488 def load_balancers @load_balancers end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
487 488 489 |
# File 'sig/types.rbs', line 487 def network_configuration @network_configuration end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
492 493 494 |
# File 'sig/types.rbs', line 492 def platform_version @platform_version end |
#scale ⇒ Types::Scale
Returns the value of attribute scale.
493 494 495 |
# File 'sig/types.rbs', line 493 def scale @scale end |
#service ⇒ ::String
Returns the value of attribute service.
483 484 485 |
# File 'sig/types.rbs', line 483 def service @service end |
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
489 490 491 |
# File 'sig/types.rbs', line 489 def service_registries @service_registries end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
495 496 497 |
# File 'sig/types.rbs', line 495 def @tags end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
486 487 488 |
# File 'sig/types.rbs', line 486 def task_definition @task_definition end |