Class: Aws::DataExchange::Types::ListDataSetsResponse

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_setsArray<Types::DataSetEntry>

The data set objects listed by the request.

Returns:



2295
2296
2297
2298
2299
2300
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2295

class ListDataSetsResponse < Struct.new(
  :data_sets,
  :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)


2295
2296
2297
2298
2299
2300
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2295

class ListDataSetsResponse < Struct.new(
  :data_sets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end