Class: Aws::IoT::Types::MaintenanceWindow

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

Overview

An optional configuration within the SchedulingConfig to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_minutesInteger

Displays the duration of the next maintenance window.

Returns:

  • (Integer)


11751
11752
11753
11754
11755
11756
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11751

class MaintenanceWindow < Struct.new(
  :start_time,
  :duration_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

Displays the start time of the next maintenance window.

Returns:

  • (String)


11751
11752
11753
11754
11755
11756
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11751

class MaintenanceWindow < Struct.new(
  :start_time,
  :duration_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end