Class: Aws::DataExchange::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobEntry>
The jobs listed by the request.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#jobs ⇒ Array<Types::JobEntry>
The jobs listed by the request.
2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2885 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2885 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |