Class: Aws::Types::BatchGetPentestsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPentestsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
-
#pentests ⇒ ::Array[Types::Pentest]
Returns the value of attribute pentests.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
286 287 288 |
# File 'sig/types.rbs', line 286 def not_found @not_found end |
#pentests ⇒ ::Array[Types::Pentest]
Returns the value of attribute pentests.
285 286 287 |
# File 'sig/types.rbs', line 285 def pentests @pentests end |