Class: Aws::SSM::Types::DescribeMaintenanceWindowExecutionTasksResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


5562
5563
5564
5565
5566
5567
# File 'lib/aws-sdk-ssm/types.rb', line 5562

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

#window_execution_task_identitiesArray<Types::MaintenanceWindowExecutionTaskIdentity>

Information about the task executions.



5562
5563
5564
5565
5566
5567
# File 'lib/aws-sdk-ssm/types.rb', line 5562

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