Class: Aws::Types::ListPentestJobsForPentestOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPentestJobsForPentestOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pentest_job_summaries ⇒ ::Array[Types::PentestJobSummary]
Returns the value of attribute pentest_job_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def next_token @next_token end |
#pentest_job_summaries ⇒ ::Array[Types::PentestJobSummary]
Returns the value of attribute pentest_job_summaries.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def pentest_job_summaries @pentest_job_summaries end |