Class: Aws::Types::BatchGetPentestJobTasksOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPentestJobTasksOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
-
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
262 263 264 |
# File 'sig/types.rbs', line 262 def not_found @not_found end |
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
261 262 263 |
# File 'sig/types.rbs', line 261 def tasks @tasks end |