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

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

The data set objects listed by the request.

Returns:



2798
2799
2800
2801
2802
2803
# File 'lib/aws-sdk-dataexchange/types.rb', line 2798

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)


2798
2799
2800
2801
2802
2803
# File 'lib/aws-sdk-dataexchange/types.rb', line 2798

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