Class: Aws::Finspace::Types::ListKxVolumesRequest

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

#environment_idString

A unique identifier for the kdb environment, whose clusters can attach to the volume.

Returns:

  • (String)


4460
4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4460

class ListKxVolumesRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4460
4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4460

class ListKxVolumesRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4460
4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4460

class ListKxVolumesRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The type of file system volume. Currently, FinSpace only supports NAS_1 volume type.

Returns:

  • (String)


4460
4461
4462
4463
4464
4465
4466
4467
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4460

class ListKxVolumesRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token,
  :volume_type)
  SENSITIVE = []
  include Aws::Structure
end