Class: Aws::Finspace::Types::ListKxVolumesResponse

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_volume_summariesArray<Types::KxVolume>

A summary of volumes.

Returns:



4504
4505
4506
4507
4508
4509
# File 'lib/aws-sdk-finspace/types.rb', line 4504

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4504
4505
4506
4507
4508
4509
# File 'lib/aws-sdk-finspace/types.rb', line 4504

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