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

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

#file_cache_idString

The ID of the cache that's being deleted.

Returns:

  • (String)


4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4214

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)


4214
4215
4216
4217
4218
4219
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4214

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