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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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>

List of task IDs that could not be found

Returns:

  • (Array<String>)


549
550
551
552
553
554
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 549

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

#tasksArray<Types::Task>

List of successfully retrieved tasks

Returns:



549
550
551
552
553
554
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 549

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