Class: Aws::DataExchange::Types::ListDataSetRevisionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2234

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

#max_resultsInteger

The maximum number of results returned by a single call.

Returns:

  • (Integer)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2234

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

#next_tokenString

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

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2234

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