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)


5072
5073
5074
5075
5076
# File 'lib/aws-sdk-ssm/types.rb', line 5072

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.



5072
5073
5074
5075
5076
# File 'lib/aws-sdk-ssm/types.rb', line 5072

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