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

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



4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4115

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)


4115
4116
4117
4118
4119
4120
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4115

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