Class: Aws::FSx::Types::UpdateFileCacheRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


8763
8764
8765
8766
8767
8768
8769
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8763

class UpdateFileCacheRequest < Struct.new(
  :file_cache_id,
  :client_request_token,
  :lustre_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#file_cache_idString

The ID of the cache that you are updating.

Returns:

  • (String)


8763
8764
8765
8766
8767
8768
8769
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8763

class UpdateFileCacheRequest < Struct.new(
  :file_cache_id,
  :client_request_token,
  :lustre_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#lustre_configurationTypes::UpdateFileCacheLustreConfiguration

The configuration updates for an Amazon File Cache resource.



8763
8764
8765
8766
8767
8768
8769
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8763

class UpdateFileCacheRequest < Struct.new(
  :file_cache_id,
  :client_request_token,
  :lustre_configuration)
  SENSITIVE = []
  include Aws::Structure
end