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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


5680
5681
5682
5683
5684
5685
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5680

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

#scheduled_window_executionsArray<Types::ScheduledWindowExecution>

Information about maintenance window executions scheduled for the specified time range.



5680
5681
5682
5683
5684
5685
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5680

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