Class: Aws::FinSpaceData::Types::ListChangesetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListChangesetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Request to ListChangesetsRequest. It exposes minimal query filters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
-
#max_results ⇒ Integer
The maximum number of results per page.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#dataset_id ⇒ String
The unique identifier for the FinSpace Dataset to which the Changeset belongs.
1769 1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1769 class ListChangesetsRequest < Struct.new( :dataset_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results per page.
1769 1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1769 class ListChangesetsRequest < Struct.new( :dataset_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1769 1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1769 class ListChangesetsRequest < Struct.new( :dataset_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |