Class: Aws::Finspace::Types::UpdateKxVolumeRequest

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

#client_tokenString

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.

Returns:

  • (String)


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

#descriptionString

A description of the volume.

Returns:

  • (String)


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_idString

A unique identifier for the kdb environment where you created the storage volume.

Returns:

  • (String)


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_configurationTypes::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_nameString

A unique identifier for the volume.

Returns:

  • (String)


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