Class: Aws::IoT::Types::ScheduledJobRollout

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#start_timeString

Displays the start times of the next seven maintenance window occurrences.

Returns:

  • (String)


13496
13497
13498
13499
13500
# File 'lib/aws-sdk-iot/types.rb', line 13496

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