Class: Aws::Types::JobExecutionSettings
- Inherits:
-
Object
- Object
- Aws::Types::JobExecutionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_deferred_execution ⇒ Boolean
Returns the value of attribute allow_deferred_execution.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
Instance Attribute Details
#allow_deferred_execution ⇒ Boolean
Returns the value of attribute allow_deferred_execution.
387 388 389 |
# File 'sig/types.rbs', line 387 def allow_deferred_execution @allow_deferred_execution end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
388 389 390 |
# File 'sig/types.rbs', line 388 def data_access_role_arn @data_access_role_arn end |