Class: Aws::Types::ListPentestsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPentestsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pentest_summaries ⇒ ::Array[Types::PentestSummary]
Returns the value of attribute pentest_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def next_token @next_token end |
#pentest_summaries ⇒ ::Array[Types::PentestSummary]
Returns the value of attribute pentest_summaries.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def pentest_summaries @pentest_summaries end |