Module: Aws::IoT::Client::_ListJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#jobs ⇒ ::Array[Types::JobSummary]
2685 |
# File 'sig/client.rbs', line 2685
def jobs: () -> ::Array[Types::JobSummary]
|
#next_token ⇒ ::String
2686 |
# File 'sig/client.rbs', line 2686
def next_token: () -> ::String
|