Class: Aws::Types::GetFindingsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings ⇒ ::Array[untyped]
Returns the value of attribute findings.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#findings ⇒ ::Array[untyped]
Returns the value of attribute findings.
6061 6062 6063 |
# File 'sig/types.rbs', line 6061 def findings @findings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6062 6063 6064 |
# File 'sig/types.rbs', line 6062 def next_token @next_token end |