Class: Aws::Types::BatchGetPentestJobsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPentestJobsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
-
#pentest_jobs ⇒ ::Array[Types::PentestJob]
Returns the value of attribute pentest_jobs.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
276 277 278 |
# File 'sig/types.rbs', line 276 def not_found @not_found end |
#pentest_jobs ⇒ ::Array[Types::PentestJob]
Returns the value of attribute pentest_jobs.
275 276 277 |
# File 'sig/types.rbs', line 275 def pentest_jobs @pentest_jobs end |