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>

The list of task identifiers that were not found.

Returns:

  • (Array<String>)


719
720
721
722
723
724
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 719

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

#tasksArray<Types::Task>

The list of tasks that were found.

Returns:



719
720
721
722
723
724
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 719

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