Class: Aws::SSM::Types::DescribeMaintenanceWindowScheduleResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. (You use this token in the next call.)

Returns:

  • (String)


4518
4519
4520
4521
4522
# File 'lib/aws-sdk-ssm/types.rb', line 4518

class DescribeMaintenanceWindowScheduleResult < Struct.new(
  :scheduled_window_executions,
  :next_token)
  include Aws::Structure
end

#scheduled_window_executionsArray<Types::ScheduledWindowExecution>

Information about Maintenance Window executions scheduled for the specified time range.



4518
4519
4520
4521
4522
# File 'lib/aws-sdk-ssm/types.rb', line 4518

class DescribeMaintenanceWindowScheduleResult < Struct.new(
  :scheduled_window_executions,
  :next_token)
  include Aws::Structure
end