Class: Aws::SecurityAgent::Types::BatchGetPentestJobTasksOutput

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

Overview

Output for the BatchGetPentestJobTasks operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_foundArray<String>

The list of task identifiers that were not found.

Returns:

  • (Array<String>)


562
563
564
565
566
567
# File 'lib/aws-sdk-securityagent/types.rb', line 562

class BatchGetPentestJobTasksOutput < Struct.new(
  :tasks,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end

#tasksArray<Types::Task>

The list of tasks that were found.

Returns:



562
563
564
565
566
567
# File 'lib/aws-sdk-securityagent/types.rb', line 562

class BatchGetPentestJobTasksOutput < Struct.new(
  :tasks,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end