Class: Aws::Types::ActionTypeExecutor
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeExecutor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ExecutorConfiguration
Returns the value of attribute configuration.
-
#job_timeout ⇒ ::Integer
Returns the value of attribute job_timeout.
-
#policy_statements_template ⇒ ::String
Returns the value of attribute policy_statements_template.
-
#type ⇒ "JobWorker", "Lambda"
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::ExecutorConfiguration
Returns the value of attribute configuration.
198 199 200 |
# File 'sig/types.rbs', line 198 def configuration @configuration end |
#job_timeout ⇒ ::Integer
Returns the value of attribute job_timeout.
201 202 203 |
# File 'sig/types.rbs', line 201 def job_timeout @job_timeout end |
#policy_statements_template ⇒ ::String
Returns the value of attribute policy_statements_template.
200 201 202 |
# File 'sig/types.rbs', line 200 def policy_statements_template @policy_statements_template end |
#type ⇒ "JobWorker", "Lambda"
Returns the value of attribute type.
199 200 201 |
# File 'sig/types.rbs', line 199 def type @type end |