Class: Aws::DataExchange::Types::ListJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListJobsRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_id ⇒ String
The unique identifier for a data set.
-
#max_results ⇒ Integer
The maximum number of results returned by a single call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
-
#revision_id ⇒ String
The unique identifier for a revision.
Instance Attribute Details
#data_set_id ⇒ String
The unique identifier for a data set.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2362 class ListJobsRequest < Struct.new( :data_set_id, :max_results, :next_token, :revision_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results returned by a single call.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2362 class ListJobsRequest < Struct.new( :data_set_id, :max_results, :next_token, :revision_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2362 class ListJobsRequest < Struct.new( :data_set_id, :max_results, :next_token, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for a revision.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2362 class ListJobsRequest < Struct.new( :data_set_id, :max_results, :next_token, :revision_id) SENSITIVE = [] include Aws::Structure end |