Class: Aws::Types::EcsTaskProperties
- Inherits:
-
Object
- Object
- Aws::Types::EcsTaskProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::TaskContainerProperties]
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.
-
#network_mode ⇒ ::String
Returns the value of attribute network_mode.
-
#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_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
Instance Attribute Details
#containers ⇒ ::Array[Types::TaskContainerProperties]
Returns the value of attribute containers.
656 657 658 |
# File 'sig/types.rbs', line 656 def containers @containers end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
666 667 668 |
# File 'sig/types.rbs', line 666 def enable_execute_command @enable_execute_command end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
657 658 659 |
# File 'sig/types.rbs', line 657 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
658 659 660 |
# File 'sig/types.rbs', line 658 def execution_role_arn @execution_role_arn end |
#ipc_mode ⇒ ::String
Returns the value of attribute ipc_mode.
660 661 662 |
# File 'sig/types.rbs', line 660 def ipc_mode @ipc_mode end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
663 664 665 |
# File 'sig/types.rbs', line 663 def network_configuration @network_configuration end |
#network_mode ⇒ ::String
Returns the value of attribute network_mode.
667 668 669 |
# File 'sig/types.rbs', line 667 def network_mode @network_mode end |
#pid_mode ⇒ ::String
Returns the value of attribute pid_mode.
662 663 664 |
# File 'sig/types.rbs', line 662 def pid_mode @pid_mode end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
659 660 661 |
# File 'sig/types.rbs', line 659 def platform_version @platform_version end |
#runtime_platform ⇒ Types::RuntimePlatform
Returns the value of attribute runtime_platform.
664 665 666 |
# File 'sig/types.rbs', line 664 def runtime_platform @runtime_platform end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
661 662 663 |
# File 'sig/types.rbs', line 661 def task_role_arn @task_role_arn end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
665 666 667 |
# File 'sig/types.rbs', line 665 def volumes @volumes end |