Class: Aws::Finspace::Types::ListKxVolumesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxVolumesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
A unique identifier for the kdb environment, whose clusters can attach to the volume.
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
-
#volume_type ⇒ String
The type of file system volume.
Instance Attribute Details
#environment_id ⇒ String
A unique identifier for the kdb environment, whose clusters can attach to the volume.
4485 4486 4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-finspace/types.rb', line 4485 class ListKxVolumesRequest < Struct.new( :environment_id, :max_results, :next_token, :volume_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in this request.
4485 4486 4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-finspace/types.rb', line 4485 class ListKxVolumesRequest < Struct.new( :environment_id, :max_results, :next_token, :volume_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4485 4486 4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-finspace/types.rb', line 4485 class ListKxVolumesRequest < Struct.new( :environment_id, :max_results, :next_token, :volume_type) SENSITIVE = [] include Aws::Structure end |
#volume_type ⇒ String
The type of file system volume. Currently, FinSpace only supports ‘NAS_1` volume type.
4485 4486 4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-finspace/types.rb', line 4485 class ListKxVolumesRequest < Struct.new( :environment_id, :max_results, :next_token, :volume_type) SENSITIVE = [] include Aws::Structure end |