Class: Aws::SecurityAgent::Types::BatchGetPentestJobTasksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetPentestJobTasksOutput
- 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
-
#not_found ⇒ Array<String>
List of task IDs that could not be found.
-
#tasks ⇒ Array<Types::Task>
List of successfully retrieved tasks.
Instance Attribute Details
#not_found ⇒ Array<String>
List of task IDs that could not be found
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 |
#tasks ⇒ Array<Types::Task>
List of successfully retrieved tasks
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 |