Class: Aws::IoT::Types::MaintenanceWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MaintenanceWindow
- Includes:
- Structure
- Defined in:
- 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.
12243 12244 12245 12246 12247 12248 |
# File 'lib/aws-sdk-iot/types.rb', line 12243 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.
12243 12244 12245 12246 12247 12248 |
# File 'lib/aws-sdk-iot/types.rb', line 12243 class MaintenanceWindow < Struct.new( :start_time, :duration_in_minutes) SENSITIVE = [] include Aws::Structure end |