Class: Aws::DataExchange::Types::ListDataSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListDataSetsRequest
- Defined in:
- gems/aws-sdk-dataexchange/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.
2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2227 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.
2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2227 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).
2227 2228 2229 2230 2231 2232 2233 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2227 class ListDataSetsRequest < Struct.new( :max_results, :next_token, :origin) SENSITIVE = [] include Aws::Structure end |