class Aws::GreengrassV2::Types::IoTJobTimeoutConfig

Contains information about the timeout configuration for a job.

@note When making an API call, you may pass IoTJobTimeoutConfig

data as a hash:

    {
      in_progress_timeout_in_minutes: 1,
    }

@!attribute [rw] in_progress_timeout_in_minutes

The amount of time, in minutes, that devices have to complete the
job. The timer starts when the job status is set to `IN_PROGRESS`.
If the job status doesn't change to a terminal state before the
time expires, then the job status is set to `TIMED_OUT`.

The timeout interval must be between 1 minute and 7 days (10080
minutes).
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/IoTJobTimeoutConfig AWS API Documentation

Constants

SENSITIVE