Class: Aws::DataExchange::Types::ListDataSetsRequest

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

#max_resultsInteger

The maximum number of results returned by a single call.

Returns:

  • (Integer)


2779
2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-dataexchange/types.rb', line 2779

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

#next_tokenString

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

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-dataexchange/types.rb', line 2779

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

#originString

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
2785
# File 'lib/aws-sdk-dataexchange/types.rb', line 2779

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