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)


5761
5762
5763
5764
5765
5766
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5761

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.



5761
5762
5763
5764
5765
5766
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5761

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