Class: Aws::Types::ExecutionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts_cleanup ⇒ Boolean
Returns the value of attribute accounts_cleanup.
-
#app_packages_cleanup ⇒ Boolean
Returns the value of attribute app_packages_cleanup.
-
#job_timeout_minutes ⇒ ::Integer
Returns the value of attribute job_timeout_minutes.
-
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
-
#video_capture ⇒ Boolean
Returns the value of attribute video_capture.
Instance Attribute Details
#accounts_cleanup ⇒ Boolean
Returns the value of attribute accounts_cleanup.
370 371 372 |
# File 'sig/types.rbs', line 370 def accounts_cleanup @accounts_cleanup end |
#app_packages_cleanup ⇒ Boolean
Returns the value of attribute app_packages_cleanup.
371 372 373 |
# File 'sig/types.rbs', line 371 def app_packages_cleanup @app_packages_cleanup end |
#job_timeout_minutes ⇒ ::Integer
Returns the value of attribute job_timeout_minutes.
369 370 371 |
# File 'sig/types.rbs', line 369 def job_timeout_minutes @job_timeout_minutes end |
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
373 374 375 |
# File 'sig/types.rbs', line 373 def skip_app_resign @skip_app_resign end |
#video_capture ⇒ Boolean
Returns the value of attribute video_capture.
372 373 374 |
# File 'sig/types.rbs', line 372 def video_capture @video_capture end |