Class: Aws::Types::ExecutionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts_cleanupBoolean

Returns the value of attribute accounts_cleanup.

Returns:

  • (Boolean)


370
371
372
# File 'sig/types.rbs', line 370

def accounts_cleanup
  @accounts_cleanup
end

#app_packages_cleanupBoolean

Returns the value of attribute app_packages_cleanup.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


369
370
371
# File 'sig/types.rbs', line 369

def job_timeout_minutes
  @job_timeout_minutes
end

#skip_app_resignBoolean

Returns the value of attribute skip_app_resign.

Returns:

  • (Boolean)


373
374
375
# File 'sig/types.rbs', line 373

def skip_app_resign
  @skip_app_resign
end

#video_captureBoolean

Returns the value of attribute video_capture.

Returns:

  • (Boolean)


372
373
374
# File 'sig/types.rbs', line 372

def video_capture
  @video_capture
end