Class: Aws::Types::GetFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings ⇒ ::Array[Types::AwsSecurityFinding]
Returns the value of attribute findings.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#findings ⇒ ::Array[Types::AwsSecurityFinding]
Returns the value of attribute findings.
6030 6031 6032 |
# File 'sig/types.rbs', line 6030 def findings @findings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6031 6032 6033 |
# File 'sig/types.rbs', line 6031 def next_token @next_token end |