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

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

#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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5439

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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5439

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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5439

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.



5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5439

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)


5439
5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 5439

class UpdateKxVolumeRequest < Struct.new(
  :environment_id,
  :volume_name,
  :description,
  :client_token,
  :nas1_configuration)
  SENSITIVE = []
  include Aws::Structure
end