Class: Aws::IoTManagedIntegrations::Types::OtaTaskTimeoutConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Over-the-air (OTA) task timeout config.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#in_progress_timeout_in_minutesInteger

Specifies the amount of time the device has to finish execution of this task. The timeout interval can be anywhere between 1 minute and 7 days.

Returns:

  • (Integer)


3974
3975
3976
3977
3978
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3974

class OtaTaskTimeoutConfig < Struct.new(
  :in_progress_timeout_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end