Class: Aws::SSM::Types::DescribeMaintenanceWindowTasksResult

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 to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4644
4645
4646
4647
4648
# File 'lib/aws-sdk-ssm/types.rb', line 4644

class DescribeMaintenanceWindowTasksResult < Struct.new(
  :tasks,
  :next_token)
  include Aws::Structure
end

#tasksArray<Types::MaintenanceWindowTask>

Information about the tasks in the Maintenance Window.

Returns:



4644
4645
4646
4647
4648
# File 'lib/aws-sdk-ssm/types.rb', line 4644

class DescribeMaintenanceWindowTasksResult < Struct.new(
  :tasks,
  :next_token)
  include Aws::Structure
end