Class: Aws::ElastiCache::Types::DeleteServerlessCacheSnapshotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverless_cache_snapshotTypes::ServerlessCacheSnapshot

The snapshot to be deleted. Available for Valkey, Redis OSS and Serverless Memcached only.



3573
3574
3575
3576
3577
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3573

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