Class: Aws::Types::EcsTaskDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#container_instance_arn::String

Returns the value of attribute container_instance_arn.



639
640
641
# File 'sig/types.rbs', line 639

def container_instance_arn
  @container_instance_arn
end

#containers::Array[Types::TaskContainerDetails]

Returns the value of attribute containers.



638
639
640
# File 'sig/types.rbs', line 638

def containers
  @containers
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.



650
651
652
# File 'sig/types.rbs', line 650

def enable_execute_command
  @enable_execute_command
end

#ephemeral_storageTypes::EphemeralStorage

Returns the value of attribute ephemeral_storage.



641
642
643
# File 'sig/types.rbs', line 641

def ephemeral_storage
  @ephemeral_storage
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.



642
643
644
# File 'sig/types.rbs', line 642

def execution_role_arn
  @execution_role_arn
end

#ipc_mode::String

Returns the value of attribute ipc_mode.



644
645
646
# File 'sig/types.rbs', line 644

def ipc_mode
  @ipc_mode
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



647
648
649
# File 'sig/types.rbs', line 647

def network_configuration
  @network_configuration
end

#network_mode::String

Returns the value of attribute network_mode.



651
652
653
# File 'sig/types.rbs', line 651

def network_mode
  @network_mode
end

#pid_mode::String

Returns the value of attribute pid_mode.



646
647
648
# File 'sig/types.rbs', line 646

def pid_mode
  @pid_mode
end

#platform_version::String

Returns the value of attribute platform_version.



643
644
645
# File 'sig/types.rbs', line 643

def platform_version
  @platform_version
end

#runtime_platformTypes::RuntimePlatform

Returns the value of attribute runtime_platform.



648
649
650
# File 'sig/types.rbs', line 648

def runtime_platform
  @runtime_platform
end

#task_arn::String

Returns the value of attribute task_arn.



640
641
642
# File 'sig/types.rbs', line 640

def task_arn
  @task_arn
end

#task_role_arn::String

Returns the value of attribute task_role_arn.



645
646
647
# File 'sig/types.rbs', line 645

def task_role_arn
  @task_role_arn
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.



649
650
651
# File 'sig/types.rbs', line 649

def volumes
  @volumes
end