Class: Aws::Types::EcsTaskDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_instance_arn::String

Returns the value of attribute container_instance_arn.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def container_instance_arn
  @container_instance_arn
end

#containers::Array[Types::TaskContainerDetails]

Returns the value of attribute containers.

Returns:



619
620
621
# File 'sig/types.rbs', line 619

def containers
  @containers
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


631
632
633
# File 'sig/types.rbs', line 631

def enable_execute_command
  @enable_execute_command
end

#ephemeral_storageTypes::EphemeralStorage

Returns the value of attribute ephemeral_storage.



622
623
624
# File 'sig/types.rbs', line 622

def ephemeral_storage
  @ephemeral_storage
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def execution_role_arn
  @execution_role_arn
end

#ipc_mode::String

Returns the value of attribute ipc_mode.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def ipc_mode
  @ipc_mode
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



628
629
630
# File 'sig/types.rbs', line 628

def network_configuration
  @network_configuration
end

#network_mode::String

Returns the value of attribute network_mode.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def network_mode
  @network_mode
end

#pid_mode::String

Returns the value of attribute pid_mode.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def pid_mode
  @pid_mode
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def platform_version
  @platform_version
end

#runtime_platformTypes::RuntimePlatform

Returns the value of attribute runtime_platform.



629
630
631
# File 'sig/types.rbs', line 629

def runtime_platform
  @runtime_platform
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def task_arn
  @task_arn
end

#task_role_arn::String

Returns the value of attribute task_role_arn.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def task_role_arn
  @task_role_arn
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.

Returns:



630
631
632
# File 'sig/types.rbs', line 630

def volumes
  @volumes
end