Class: Aws::Types::TaskOverride
- Inherits:
-
Object
- Object
- Aws::Types::TaskOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_overrides ⇒ ::Array[Types::ContainerOverride]
Returns the value of attribute container_overrides.
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#inference_accelerator_overrides ⇒ ::Array[Types::InferenceAcceleratorOverride]
Returns the value of attribute inference_accelerator_overrides.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
Instance Attribute Details
#container_overrides ⇒ ::Array[Types::ContainerOverride]
Returns the value of attribute container_overrides.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def container_overrides @container_overrides end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def cpu @cpu end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def execution_role_arn @execution_role_arn end |
#inference_accelerator_overrides ⇒ ::Array[Types::InferenceAcceleratorOverride]
Returns the value of attribute inference_accelerator_overrides.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def inference_accelerator_overrides @inference_accelerator_overrides end |
#memory ⇒ ::String
Returns the value of attribute memory.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def memory @memory end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def task_role_arn @task_role_arn end |