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:



2624
2625
2626
# File 'sig/types.rbs', line 2624

def attachments
  @attachments
end

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



2625
2626
2627
# File 'sig/types.rbs', line 2625

def attributes
  @attributes
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2628
2629
2630
# File 'sig/types.rbs', line 2628

def cluster_arn
  @cluster_arn
end

#connectivity"CONNECTED", "DISCONNECTED"

Returns the value of attribute connectivity.

Returns:

  • ("CONNECTED", "DISCONNECTED")


2629
2630
2631
# File 'sig/types.rbs', line 2629

def connectivity
  @connectivity
end

#connectivity_at::Time

Returns the value of attribute connectivity_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:



2632
2633
2634
# File 'sig/types.rbs', line 2632

def containers
  @containers
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def cpu
  @cpu
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def desired_status
  @desired_status
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2636
2637
2638
# File 'sig/types.rbs', line 2636

def enable_execute_command
  @enable_execute_command
end

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

Returns:

  • (::Time)


2637
2638
2639
# File 'sig/types.rbs', line 2637

def execution_stopped_at
  @execution_stopped_at
end

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

Returns:

  • (::String)


2638
2639
2640
# File 'sig/types.rbs', line 2638

def group
  @group
end

#health_status"HEALTHY", ...

Returns the value of attribute health_status.

Returns:

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


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

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


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

def launch_type
  @launch_type
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


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

def memory
  @memory
end

#overridesTypes::TaskOverride

Returns the value of attribute overrides.

Returns:



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

def overrides
  @overrides
end

#platform_family::String

Returns the value of attribute platform_family.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:



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

def tags
  @tags
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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

def version
  @version
end