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.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def capacity_provider_strategy @capacity_provider_strategy end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def cluster_arn @cluster_arn end |
#computed_desired_count ⇒ ::Integer
Returns the value of attribute computed_desired_count.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def computed_desired_count @computed_desired_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def created_at @created_at end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def external_id @external_id end |
#fargate_ephemeral_storage ⇒ Types::DeploymentEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def fargate_ephemeral_storage @fargate_ephemeral_storage end |
#id ⇒ ::String
Returns the value of attribute id.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def id @id end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def launch_type @launch_type end |
#load_balancers ⇒ ::Array[Types::LoadBalancer]
Returns the value of attribute load_balancers.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def load_balancers @load_balancers end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def network_configuration @network_configuration end |
#pending_count ⇒ ::Integer
Returns the value of attribute pending_count.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def pending_count @pending_count end |
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def platform_family @platform_family end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def platform_version @platform_version end |
#running_count ⇒ ::Integer
Returns the value of attribute running_count.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def running_count @running_count end |
#scale ⇒ Types::Scale
Returns the value of attribute scale.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def scale @scale end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def service_arn @service_arn end |
#service_registries ⇒ ::Array[Types::ServiceRegistry]
Returns the value of attribute service_registries.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def service_registries @service_registries end |
#stability_status ⇒ "STEADY_STATE", "STABILIZING"
Returns the value of attribute stability_status.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def stability_status @stability_status end |
#stability_status_at ⇒ ::Time
Returns the value of attribute stability_status_at.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def stability_status_at @stability_status_at end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def started_by @started_by end |
#status ⇒ ::String
Returns the value of attribute status.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def task_definition @task_definition end |
#task_set_arn ⇒ ::String
Returns the value of attribute task_set_arn.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def task_set_arn @task_set_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def updated_at @updated_at end |