Class: Aws::Types::ExecutorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExecutorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_worker_executor_configuration ⇒ Types::JobWorkerExecutorConfiguration
Returns the value of attribute job_worker_executor_configuration.
-
#lambda_executor_configuration ⇒ Types::LambdaExecutorConfiguration
Returns the value of attribute lambda_executor_configuration.
Instance Attribute Details
#job_worker_executor_configuration ⇒ Types::JobWorkerExecutorConfiguration
Returns the value of attribute job_worker_executor_configuration.
501 502 503 |
# File 'sig/types.rbs', line 501 def job_worker_executor_configuration @job_worker_executor_configuration end |
#lambda_executor_configuration ⇒ Types::LambdaExecutorConfiguration
Returns the value of attribute lambda_executor_configuration.
500 501 502 |
# File 'sig/types.rbs', line 500 def lambda_executor_configuration @lambda_executor_configuration end |