Class: Aws::ElastiCache::Types::DeleteServerlessCacheResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverless_cacheTypes::ServerlessCache

Provides the details of the specified serverless cache that is about to be deleted.



3544
3545
3546
3547
3548
# File 'lib/aws-sdk-elasticache/types.rb', line 3544

class DeleteServerlessCacheResponse < Struct.new(
  :serverless_cache)
  SENSITIVE = []
  include Aws::Structure
end