Class: Aws::IoTManagedIntegrations::Types::OtaTaskSchedulingConfig

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_behaviorString

Specifies the end behavior for all task executions after a task reaches the selected endTime. If endTime is not selected when creating the task, then endBehavior does not apply.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3893

class OtaTaskSchedulingConfig < Struct.new(
  :end_behavior,
  :end_time,
  :maintenance_windows,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

The time an over-the-air (OTA) task will stop.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3893

class OtaTaskSchedulingConfig < Struct.new(
  :end_behavior,
  :end_time,
  :maintenance_windows,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_windowsArray<Types::ScheduleMaintenanceWindow>

Maintenance window list for over-the-air (OTA) task scheduling config.



3893
3894
3895
3896
3897
3898
3899
3900
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3893

class OtaTaskSchedulingConfig < Struct.new(
  :end_behavior,
  :end_time,
  :maintenance_windows,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The time an over-the-air (OTA) task will start.

Returns:

  • (String)


3893
3894
3895
3896
3897
3898
3899
3900
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 3893

class OtaTaskSchedulingConfig < Struct.new(
  :end_behavior,
  :end_time,
  :maintenance_windows,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end