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_found ⇒ Array<String>

The list of task identifiers that were not found.

Returns:

  • (Array<String>)


934
935
936
937
938
939
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 934

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

#tasks ⇒ Array<Types::Task>

The list of tasks that were found.

Returns:



934
935
936
937
938
939
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 934

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