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

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

#max_resultsInteger

The maximum number of results returned by a single call.

Returns:

  • (Integer)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2276

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)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2276

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)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2276

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