Class: Aws::IoT::Types::MaintenanceWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MaintenanceWindow
- 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
-
#duration_in_minutes ⇒ Integer
Displays the duration of the next maintenance window.
-
#start_time ⇒ String
Displays the start time of the next maintenance window.
Instance Attribute Details
#duration_in_minutes ⇒ Integer
Displays the duration of the next maintenance window.
12106 12107 12108 12109 12110 12111 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12106 class MaintenanceWindow < Struct.new( :start_time, :duration_in_minutes) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
Displays the start time of the next maintenance window.
12106 12107 12108 12109 12110 12111 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12106 class MaintenanceWindow < Struct.new( :start_time, :duration_in_minutes) SENSITIVE = [] include Aws::Structure end |