Class: Aws::SSM::Types::DescribeMaintenanceWindowScheduleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeMaintenanceWindowScheduleResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#scheduled_window_executions ⇒ Array<Types::ScheduledWindowExecution>
Information about maintenance window executions scheduled for the specified time range.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. (You use this token in the next call.)
5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-ssm/types.rb', line 5759 class DescribeMaintenanceWindowScheduleResult < Struct.new( :scheduled_window_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_window_executions ⇒ Array<Types::ScheduledWindowExecution>
Information about maintenance window executions scheduled for the specified time range.
5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-ssm/types.rb', line 5759 class DescribeMaintenanceWindowScheduleResult < Struct.new( :scheduled_window_executions, :next_token) SENSITIVE = [] include Aws::Structure end |