Class: Aws::Types::TaskSet
- Inherits:
-
Object
- Object
- Aws::Types::TaskSet
- 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.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#computed_desired_count ⇒ ::Integer
Returns the value of attribute computed_desired_count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#fargate_ephemeral_storage ⇒ Types::DeploymentEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
-
#id ⇒ ::String
Returns the value of attribute 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.
-
#pending_count ⇒ ::Integer
Returns the value of attribute pending_count.
-
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
-
#scale ⇒ Types::Scale
Returns the value of attribute scale.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
-
#stability_status ⇒ "STEADY_STATE", "STABILIZING"
Returns the value of attribute stability_status.
-
#stability_status_at ⇒ ::Time
Returns the value of attribute stability_status_at.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
-
#task_set_arn ⇒ ::String
Returns the value of attribute task_set_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute capacity_provider_strategy.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def capacity_provider_strategy @capacity_provider_strategy end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def cluster_arn @cluster_arn end |
#computed_desired_count ⇒ ::Integer
Returns the value of attribute computed_desired_count.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def computed_desired_count @computed_desired_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def created_at @created_at end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def external_id @external_id end |
#fargate_ephemeral_storage ⇒ Types::DeploymentEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def fargate_ephemeral_storage @fargate_ephemeral_storage end |
#id ⇒ ::String
Returns the value of attribute id.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def id @id end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def launch_type @launch_type end |
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def load_balancers @load_balancers end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def network_configuration @network_configuration end |
#pending_count ⇒ ::Integer
Returns the value of attribute pending_count.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def pending_count @pending_count end |
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def platform_family @platform_family end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def platform_version @platform_version end |
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def running_count @running_count end |
#scale ⇒ Types::Scale
Returns the value of attribute scale.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def scale @scale end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def service_arn @service_arn end |
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def service_registries @service_registries end |
#stability_status ⇒ "STEADY_STATE", "STABILIZING"
Returns the value of attribute stability_status.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def stability_status @stability_status end |
#stability_status_at ⇒ ::Time
Returns the value of attribute stability_status_at.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def stability_status_at @stability_status_at end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def started_by @started_by end |
#status ⇒ ::String
Returns the value of attribute status.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def @tags end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def task_definition @task_definition end |
#task_set_arn ⇒ ::String
Returns the value of attribute task_set_arn.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def task_set_arn @task_set_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def updated_at @updated_at end |