Class: Aws::FinSpaceData::Types::ListChangesetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/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

Instance Attribute Details

#changesetsArray<Types::ChangesetSummary>

List of Changesets found.

Returns:



1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1790

class ListChangesetsResponse < Struct.new(
  :changesets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


1790
1791
1792
1793
1794
1795
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1790

class ListChangesetsResponse < Struct.new(
  :changesets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end