Class: Aws::Types::Task

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::Attachment]

Returns the value of attribute attachments.

Returns:



2640
2641
2642
# File 'sig/types.rbs', line 2640

def attachments
  @attachments
end

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



2641
2642
2643
# File 'sig/types.rbs', line 2641

def attributes
  @attributes
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def cluster_arn
  @cluster_arn
end

#connectivity"CONNECTED", "DISCONNECTED"

Returns the value of attribute connectivity.

Returns:

  • ("CONNECTED", "DISCONNECTED")


2645
2646
2647
# File 'sig/types.rbs', line 2645

def connectivity
  @connectivity
end

#connectivity_at::Time

Returns the value of attribute connectivity_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:



2648
2649
2650
# File 'sig/types.rbs', line 2648

def containers
  @containers
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


2649
2650
2651
# File 'sig/types.rbs', line 2649

def cpu
  @cpu
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


2651
2652
2653
# File 'sig/types.rbs', line 2651

def desired_status
  @desired_status
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2652
2653
2654
# File 'sig/types.rbs', line 2652

def enable_execute_command
  @enable_execute_command
end

#ephemeral_storageTypes::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.

Returns:

  • (::Time)


2653
2654
2655
# File 'sig/types.rbs', line 2653

def execution_stopped_at
  @execution_stopped_at
end

#fargate_ephemeral_storageTypes::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.

Returns:

  • (::String)


2654
2655
2656
# File 'sig/types.rbs', line 2654

def group
  @group
end

#health_status"HEALTHY", ...

Returns the value of attribute health_status.

Returns:

  • ("HEALTHY", "UNHEALTHY", "UNKNOWN")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("EC2", "FARGATE", "EXTERNAL", "MANAGED_INSTANCES")


2658
2659
2660
# File 'sig/types.rbs', line 2658

def launch_type
  @launch_type
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


2659
2660
2661
# File 'sig/types.rbs', line 2659

def memory
  @memory
end

#overridesTypes::TaskOverride

Returns the value of attribute overrides.

Returns:



2660
2661
2662
# File 'sig/types.rbs', line 2660

def overrides
  @overrides
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice", "InfrastructureHealth")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:



2671
2672
2673
# File 'sig/types.rbs', line 2671

def tags
  @tags
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2674
2675
2676
# File 'sig/types.rbs', line 2674

def version
  @version
end