Class: Aws::IoTManagedIntegrations::Types::ScheduleMaintenanceWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ScheduleMaintenanceWindow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Structure representing scheduling maintenance window.
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.
4317 4318 4319 4320 4321 4322 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4317 class ScheduleMaintenanceWindow < Struct.new( :duration_in_minutes, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
Displays the start time of the next maintenance window.
4317 4318 4319 4320 4321 4322 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4317 class ScheduleMaintenanceWindow < Struct.new( :duration_in_minutes, :start_time) SENSITIVE = [] include Aws::Structure end |