Class: Aws::Types::AwsEcsTaskDefinitionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_definitions ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsDetails]
Returns the value of attribute container_definitions.
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#inference_accelerators ⇒ ::Array[Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails]
Returns the value of attribute inference_accelerators.
-
#ipc_mode ⇒ ::String
Returns the value of attribute ipc_mode.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#network_mode ⇒ ::String
Returns the value of attribute network_mode.
-
#pid_mode ⇒ ::String
Returns the value of attribute pid_mode.
-
#placement_constraints ⇒ ::Array[Types::AwsEcsTaskDefinitionPlacementConstraintsDetails]
Returns the value of attribute placement_constraints.
-
#proxy_configuration ⇒ Types::AwsEcsTaskDefinitionProxyConfigurationDetails
Returns the value of attribute proxy_configuration.
-
#requires_compatibilities ⇒ ::Array[::String]
Returns the value of attribute requires_compatibilities.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
-
#volumes ⇒ ::Array[Types::AwsEcsTaskDefinitionVolumesDetails]
Returns the value of attribute volumes.
Instance Attribute Details
#container_definitions ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsDetails]
Returns the value of attribute container_definitions.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def container_definitions @container_definitions end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def cpu @cpu end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def execution_role_arn @execution_role_arn end |
#family ⇒ ::String
Returns the value of attribute family.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def family @family end |
#inference_accelerators ⇒ ::Array[Types::AwsEcsTaskDefinitionInferenceAcceleratorsDetails]
Returns the value of attribute inference_accelerators.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def inference_accelerators @inference_accelerators end |
#ipc_mode ⇒ ::String
Returns the value of attribute ipc_mode.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def ipc_mode @ipc_mode end |
#memory ⇒ ::String
Returns the value of attribute memory.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def memory @memory end |
#network_mode ⇒ ::String
Returns the value of attribute network_mode.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def network_mode @network_mode end |
#pid_mode ⇒ ::String
Returns the value of attribute pid_mode.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def pid_mode @pid_mode end |
#placement_constraints ⇒ ::Array[Types::AwsEcsTaskDefinitionPlacementConstraintsDetails]
Returns the value of attribute placement_constraints.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def placement_constraints @placement_constraints end |
#proxy_configuration ⇒ Types::AwsEcsTaskDefinitionProxyConfigurationDetails
Returns the value of attribute proxy_configuration.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def proxy_configuration @proxy_configuration end |
#requires_compatibilities ⇒ ::Array[::String]
Returns the value of attribute requires_compatibilities.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def requires_compatibilities @requires_compatibilities end |
#status ⇒ ::String
Returns the value of attribute status.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def status @status end |
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def task_role_arn @task_role_arn end |
#volumes ⇒ ::Array[Types::AwsEcsTaskDefinitionVolumesDetails]
Returns the value of attribute volumes.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def volumes @volumes end |