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)


5739
5740
5741
5742
5743
5744
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5739

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.



5739
5740
5741
5742
5743
5744
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5739

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