Class: Aws::Types::ContainerTaskConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContainerTaskConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#ecr_uri ⇒ ::String
Returns the value of attribute ecr_uri.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#processing_type ⇒ "GENERIC_COMPUTE_PROCESSING", "HARDWARE_ACCELERATED_PROCESSING"
Returns the value of attribute processing_type.
-
#processing_unit ⇒ "UNITS_2", ...
Returns the value of attribute processing_unit.
-
#task_execution_role ⇒ ::String
Returns the value of attribute task_execution_role.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
826 827 828 |
# File 'sig/types.rbs', line 826 def command @command end |
#ecr_uri ⇒ ::String
Returns the value of attribute ecr_uri.
822 823 824 |
# File 'sig/types.rbs', line 822 def ecr_uri @ecr_uri end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
828 829 830 |
# File 'sig/types.rbs', line 828 def environment_variables @environment_variables end |
#processing_type ⇒ "GENERIC_COMPUTE_PROCESSING", "HARDWARE_ACCELERATED_PROCESSING"
Returns the value of attribute processing_type.
824 825 826 |
# File 'sig/types.rbs', line 824 def processing_type @processing_type end |
#processing_unit ⇒ "UNITS_2", ...
Returns the value of attribute processing_unit.
825 826 827 |
# File 'sig/types.rbs', line 825 def processing_unit @processing_unit end |
#task_execution_role ⇒ ::String
Returns the value of attribute task_execution_role.
823 824 825 |
# File 'sig/types.rbs', line 823 def task_execution_role @task_execution_role end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
827 828 829 |
# File 'sig/types.rbs', line 827 def timeout_seconds @timeout_seconds end |