Class: Aws::FSx::Types::UpdateFileCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateFileCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters.
-
#file_cache_id ⇒ String
The ID of the cache that you are updating.
-
#lustre_configuration ⇒ Types::UpdateFileCacheLustreConfiguration
The configuration updates for an Amazon File Cache resource.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 64 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.
7640 7641 7642 7643 7644 7645 7646 |
# File 'lib/aws-sdk-fsx/types.rb', line 7640 class UpdateFileCacheRequest < Struct.new( :file_cache_id, :client_request_token, :lustre_configuration) SENSITIVE = [] include Aws::Structure end |
#file_cache_id ⇒ String
The ID of the cache that you are updating.
7640 7641 7642 7643 7644 7645 7646 |
# File 'lib/aws-sdk-fsx/types.rb', line 7640 class UpdateFileCacheRequest < Struct.new( :file_cache_id, :client_request_token, :lustre_configuration) SENSITIVE = [] include Aws::Structure end |
#lustre_configuration ⇒ Types::UpdateFileCacheLustreConfiguration
The configuration updates for an Amazon File Cache resource.
7640 7641 7642 7643 7644 7645 7646 |
# File 'lib/aws-sdk-fsx/types.rb', line 7640 class UpdateFileCacheRequest < Struct.new( :file_cache_id, :client_request_token, :lustre_configuration) SENSITIVE = [] include Aws::Structure end |