Class: Aws::Types::EcsTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::EcsTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
-
#containers ⇒ ::Array[Types::TaskContainerDetails]
Returns the value of attribute containers.
-
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
-
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#ipc_mode ⇒ ::String
Returns the value of attribute ipc_mode.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#pid_mode ⇒ ::String
Returns the value of attribute pid_mode.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
Instance Attribute Details
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
603 604 605 |
# File 'sig/types.rbs', line 603 def container_instance_arn @container_instance_arn end |
#containers ⇒ ::Array[Types::TaskContainerDetails]
Returns the value of attribute containers.
602 603 604 |
# File 'sig/types.rbs', line 602 def containers @containers end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
614 615 616 |
# File 'sig/types.rbs', line 614 def enable_execute_command @enable_execute_command end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
605 606 607 |
# File 'sig/types.rbs', line 605 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def execution_role_arn @execution_role_arn end |
#ipc_mode ⇒ ::String
Returns the value of attribute ipc_mode.
608 609 610 |
# File 'sig/types.rbs', line 608 def ipc_mode @ipc_mode end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
611 612 613 |
# File 'sig/types.rbs', line 611 def network_configuration @network_configuration end |
#pid_mode ⇒ ::String
Returns the value of attribute pid_mode.
610 611 612 |
# File 'sig/types.rbs', line 610 def pid_mode @pid_mode end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
607 608 609 |
# File 'sig/types.rbs', line 607 def platform_version @platform_version end |
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
612 613 614 |
# File 'sig/types.rbs', line 612 def runtime_platform @runtime_platform end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
604 605 606 |
# File 'sig/types.rbs', line 604 def task_arn @task_arn end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
609 610 611 |
# File 'sig/types.rbs', line 609 def task_role_arn @task_role_arn end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
613 614 615 |
# File 'sig/types.rbs', line 613 def volumes @volumes end |