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.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def container_overrides @container_overrides end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def cpu @cpu end |
#ephemeral_storage ⇒ Types::EphemeralStorage
Returns the value of attribute ephemeral_storage.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def execution_role_arn @execution_role_arn end |
#inference_accelerator_overrides ⇒ ::Array[Types::InferenceAcceleratorOverride]
Returns the value of attribute inference_accelerator_overrides.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def inference_accelerator_overrides @inference_accelerator_overrides end |
#memory ⇒ ::String
Returns the value of attribute memory.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def memory @memory end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def task_role_arn @task_role_arn end |