Class: Aws::FSx::Types::DeleteFileCacheResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_cache_idString

The ID of the cache that’s being deleted.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
# File 'lib/aws-sdk-fsx/types.rb', line 3640

class DeleteFileCacheResponse < Struct.new(
  :file_cache_id,
  :lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

The cache lifecycle for the deletion request. If the ‘DeleteFileCache` operation is successful, this status is `DELETING`.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
# File 'lib/aws-sdk-fsx/types.rb', line 3640

class DeleteFileCacheResponse < Struct.new(
  :file_cache_id,
  :lifecycle)
  SENSITIVE = []
  include Aws::Structure
end