Class: Aws::Types::Task
- Inherits:
-
Object
- Object
- Aws::Types::Task
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#connectivity ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connectivity.
-
#connectivity_at ⇒ ::Time
Returns the value of attribute connectivity_at.
-
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
-
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#desired_status ⇒ ::String
Returns the value of attribute desired_status.
-
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
-
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
-
#execution_stopped_at ⇒ ::Time
Returns the value of attribute execution_stopped_at.
-
#fargate_ephemeral_storage ⇒ Types::TaskEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
-
#inference_accelerators ⇒ ::Array[Types::InferenceAccelerator]
Returns the value of attribute inference_accelerators.
-
#last_status ⇒ ::String
Returns the value of attribute last_status.
-
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
-
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#pull_started_at ⇒ ::Time
Returns the value of attribute pull_started_at.
-
#pull_stopped_at ⇒ ::Time
Returns the value of attribute pull_stopped_at.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#stop_code ⇒ "TaskFailedToStart", ...
Returns the value of attribute stop_code.
-
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
-
#stopped_reason ⇒ ::String
Returns the value of attribute stopped_reason.
-
#stopping_at ⇒ ::Time
Returns the value of attribute stopping_at.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def @attachments end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def attributes @attributes end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def availability_zone @availability_zone end |
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def capacity_provider_name @capacity_provider_name end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def cluster_arn @cluster_arn end |
#connectivity ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connectivity.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def connectivity @connectivity end |
#connectivity_at ⇒ ::Time
Returns the value of attribute connectivity_at.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def connectivity_at @connectivity_at end |
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def container_instance_arn @container_instance_arn end |
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def containers @containers end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def cpu @cpu end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def created_at @created_at end |
#desired_status ⇒ ::String
Returns the value of attribute desired_status.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def desired_status @desired_status end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def enable_execute_command @enable_execute_command end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def ephemeral_storage @ephemeral_storage end |
#execution_stopped_at ⇒ ::Time
Returns the value of attribute execution_stopped_at.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def execution_stopped_at @execution_stopped_at end |
#fargate_ephemeral_storage ⇒ Types::TaskEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def fargate_ephemeral_storage @fargate_ephemeral_storage end |
#group ⇒ ::String
Returns the value of attribute group.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def group @group end |
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def health_status @health_status end |
#inference_accelerators ⇒ ::Array[Types::InferenceAccelerator]
Returns the value of attribute inference_accelerators.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def inference_accelerators @inference_accelerators end |
#last_status ⇒ ::String
Returns the value of attribute last_status.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def last_status @last_status end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def launch_type @launch_type end |
#memory ⇒ ::String
Returns the value of attribute memory.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def memory @memory end |
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def overrides @overrides end |
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def platform_family @platform_family end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def platform_version @platform_version end |
#pull_started_at ⇒ ::Time
Returns the value of attribute pull_started_at.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def pull_started_at @pull_started_at end |
#pull_stopped_at ⇒ ::Time
Returns the value of attribute pull_stopped_at.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def pull_stopped_at @pull_stopped_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def started_at @started_at end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def started_by @started_by end |
#stop_code ⇒ "TaskFailedToStart", ...
Returns the value of attribute stop_code.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def stop_code @stop_code end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def stopped_at @stopped_at end |
#stopped_reason ⇒ ::String
Returns the value of attribute stopped_reason.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def stopped_reason @stopped_reason end |
#stopping_at ⇒ ::Time
Returns the value of attribute stopping_at.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def stopping_at @stopping_at end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def @tags end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def task_arn @task_arn end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def task_definition_arn @task_definition_arn end |
#version ⇒ ::Integer
Returns the value of attribute version.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def version @version end |