Class: Aws::Finspace::Types::UpdateKxVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#description ⇒ String
A description of the volume.
-
#environment_id ⇒ String
A unique identifier for the kdb environment where you created the storage volume.
-
#nas1_configuration ⇒ Types::KxNAS1Configuration
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
-
#volume_name ⇒ String
A unique identifier for the volume.
Instance Attribute Details
#client_token ⇒ String
A token that ensures idempotency. This token expires in 10 minutes.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5464 5465 5466 5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-finspace/types.rb', line 5464 class UpdateKxVolumeRequest < Struct.new( :environment_id, :volume_name, :description, :client_token, :nas1_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the volume.
5464 5465 5466 5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-finspace/types.rb', line 5464 class UpdateKxVolumeRequest < Struct.new( :environment_id, :volume_name, :description, :client_token, :nas1_configuration) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment where you created the storage volume.
5464 5465 5466 5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-finspace/types.rb', line 5464 class UpdateKxVolumeRequest < Struct.new( :environment_id, :volume_name, :description, :client_token, :nas1_configuration) SENSITIVE = [] include Aws::Structure end |
#nas1_configuration ⇒ Types::KxNAS1Configuration
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
5464 5465 5466 5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-finspace/types.rb', line 5464 class UpdateKxVolumeRequest < Struct.new( :environment_id, :volume_name, :description, :client_token, :nas1_configuration) SENSITIVE = [] include Aws::Structure end |
#volume_name ⇒ String
A unique identifier for the volume.
5464 5465 5466 5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-finspace/types.rb', line 5464 class UpdateKxVolumeRequest < Struct.new( :environment_id, :volume_name, :description, :client_token, :nas1_configuration) SENSITIVE = [] include Aws::Structure end |