Class: Aws::IoT::Types::ScheduledJobRollout
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ScheduledJobRollout
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Displays the next seven maintenance window occurrences and their start times.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_time ⇒ String
Displays the start times of the next seven maintenance window occurrences.
Instance Attribute Details
#start_time ⇒ String
Displays the start times of the next seven maintenance window occurrences.
14114 14115 14116 14117 14118 |
# File 'lib/aws-sdk-iot/types.rb', line 14114 class ScheduledJobRollout < Struct.new( :start_time) SENSITIVE = [] include Aws::Structure end |