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.
289 290 291 |
# File 'sig/types.rbs', line 289 def not_found @not_found end |
#pentests ⇒ ::Array[Types::Pentest]
Returns the value of attribute pentests.
288 289 290 |
# File 'sig/types.rbs', line 288 def pentests @pentests end |