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.
274 275 276 |
# File 'sig/types.rbs', line 274 def not_found @not_found end |
#pentest_jobs ⇒ ::Array[Types::PentestJob]
Returns the value of attribute pentest_jobs.
273 274 275 |
# File 'sig/types.rbs', line 273 def pentest_jobs @pentest_jobs end |