Class: Aws::DataExchange::Types::ListDataSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListDataSetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results returned by a single call.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
-
#origin ⇒ String
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results returned by a single call.
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_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
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 |
#origin ⇒ String
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
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 |