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.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def next_token @next_token end |
#pentest_summaries ⇒ ::Array[Types::PentestSummary]
Returns the value of attribute pentest_summaries.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def pentest_summaries @pentest_summaries end |