Class: Aws::FinSpaceData::Types::ListChangesetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListChangesetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Response to ListChangesetsResponse. This returns a list of dataset changesets that match the query criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#changesets ⇒ Array<Types::ChangesetSummary>
List of Changesets found.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#changesets ⇒ Array<Types::ChangesetSummary>
List of Changesets found.
1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1790 class ListChangesetsResponse < Struct.new( :changesets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1790 class ListChangesetsResponse < Struct.new( :changesets, :next_token) SENSITIVE = [] include Aws::Structure end |