Class: Aws::Finspace::Types::ListKxChangesetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kx_changesetsArray<Types::KxChangesetListEntry>

A list of changesets for a database.

Returns:



4140
4141
4142
4143
4144
4145
# File 'lib/aws-sdk-finspace/types.rb', line 4140

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4140
4141
4142
4143
4144
4145
# File 'lib/aws-sdk-finspace/types.rb', line 4140

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