Class: Aws::DataExchange::Types::ListJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

The unique identifier for a data set.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-dataexchange/types.rb', line 2865

class ListJobsRequest < Struct.new(
  :data_set_id,
  :max_results,
  :next_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results returned by a single call.

Returns:

  • (Integer)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-dataexchange/types.rb', line 2865

class ListJobsRequest < Struct.new(
  :data_set_id,
  :max_results,
  :next_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-dataexchange/types.rb', line 2865

class ListJobsRequest < Struct.new(
  :data_set_id,
  :max_results,
  :next_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for a revision.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-dataexchange/types.rb', line 2865

class ListJobsRequest < Struct.new(
  :data_set_id,
  :max_results,
  :next_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end