Module: Aws::IoT::Client::_ListAuditTasksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAuditTasksResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
2409 |
# File 'sig/client.rbs', line 2409
def next_token: () -> ::String
|
#tasks ⇒ ::Array[Types::AuditTaskMetadata]
2408 |
# File 'sig/client.rbs', line 2408
def tasks: () -> ::Array[Types::AuditTaskMetadata]
|