Module: Aws::IoT::Client::_ListAuditFindingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAuditFindingsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#findings ⇒ ::Array[Types::AuditFinding]
2343 |
# File 'sig/client.rbs', line 2343
def findings: () -> ::Array[Types::AuditFinding]
|
#next_token ⇒ ::String
2344 |
# File 'sig/client.rbs', line 2344
def next_token: () -> ::String
|