Class: Aws::Types::EcsTaskOverride
- Inherits:
-
Object
- Object
- Aws::Types::EcsTaskOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_overrides ⇒ ::Array[Types::EcsContainerOverride]
Returns the value of attribute container_overrides.
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#ephemeral_storage ⇒ Types::EcsEphemeralStorage
Returns the value of attribute ephemeral_storage.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#inference_accelerator_overrides ⇒ ::Array[Types::EcsInferenceAcceleratorOverride]
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::EcsContainerOverride]
Returns the value of attribute container_overrides.
201 202 203 |
# File 'sig/types.rbs', line 201 def container_overrides @container_overrides end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
202 203 204 |
# File 'sig/types.rbs', line 202 def cpu @cpu end |
#ephemeral_storage ⇒ Types::EcsEphemeralStorage
Returns the value of attribute ephemeral_storage.
203 204 205 |
# File 'sig/types.rbs', line 203 def ephemeral_storage @ephemeral_storage end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
204 205 206 |
# File 'sig/types.rbs', line 204 def execution_role_arn @execution_role_arn end |
#inference_accelerator_overrides ⇒ ::Array[Types::EcsInferenceAcceleratorOverride]
Returns the value of attribute inference_accelerator_overrides.
205 206 207 |
# File 'sig/types.rbs', line 205 def inference_accelerator_overrides @inference_accelerator_overrides end |
#memory ⇒ ::String
Returns the value of attribute memory.
206 207 208 |
# File 'sig/types.rbs', line 206 def memory @memory end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
207 208 209 |
# File 'sig/types.rbs', line 207 def task_role_arn @task_role_arn end |