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