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.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def @attachments end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def attributes @attributes end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def availability_zone @availability_zone end |
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def capacity_provider_name @capacity_provider_name end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def cluster_arn @cluster_arn end |
#connectivity ⇒ "CONNECTED", "DISCONNECTED"
Returns the value of attribute connectivity.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def connectivity @connectivity end |
#connectivity_at ⇒ ::Time
Returns the value of attribute connectivity_at.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def connectivity_at @connectivity_at end |
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def container_instance_arn @container_instance_arn end |
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def containers @containers end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def cpu @cpu end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def created_at @created_at end |
#desired_status ⇒ ::String
Returns the value of attribute desired_status.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def desired_status @desired_status end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def enable_execute_command @enable_execute_command end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def ephemeral_storage @ephemeral_storage end |
#execution_stopped_at ⇒ ::Time
Returns the value of attribute execution_stopped_at.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def execution_stopped_at @execution_stopped_at end |
#fargate_ephemeral_storage ⇒ Types::TaskEphemeralStorage
Returns the value of attribute fargate_ephemeral_storage.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def fargate_ephemeral_storage @fargate_ephemeral_storage end |
#group ⇒ ::String
Returns the value of attribute group.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def group @group end |
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def health_status @health_status end |
#inference_accelerators ⇒ ::Array[Types::InferenceAccelerator]
Returns the value of attribute inference_accelerators.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def inference_accelerators @inference_accelerators end |
#last_status ⇒ ::String
Returns the value of attribute last_status.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def last_status @last_status end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def launch_type @launch_type end |
#memory ⇒ ::String
Returns the value of attribute memory.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def memory @memory end |
#overrides ⇒ Types::TaskOverride
Returns the value of attribute overrides.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def overrides @overrides end |
#platform_family ⇒ ::String
Returns the value of attribute platform_family.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def platform_family @platform_family end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def platform_version @platform_version end |
#pull_started_at ⇒ ::Time
Returns the value of attribute pull_started_at.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def pull_started_at @pull_started_at end |
#pull_stopped_at ⇒ ::Time
Returns the value of attribute pull_stopped_at.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def pull_stopped_at @pull_stopped_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def started_at @started_at end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def started_by @started_by end |
#stop_code ⇒ "TaskFailedToStart", ...
Returns the value of attribute stop_code.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def stop_code @stop_code end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def stopped_at @stopped_at end |
#stopped_reason ⇒ ::String
Returns the value of attribute stopped_reason.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def stopped_reason @stopped_reason end |
#stopping_at ⇒ ::Time
Returns the value of attribute stopping_at.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def stopping_at @stopping_at end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def @tags end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def task_arn @task_arn end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def task_definition_arn @task_definition_arn end |
#version ⇒ ::Integer
Returns the value of attribute version.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def version @version end |