Class: Aws::ElastiCache::Types::DeleteServerlessCacheSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteServerlessCacheSnapshotResponse
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#serverless_cache_snapshot ⇒ Types::ServerlessCacheSnapshot
The snapshot to be deleted.
Instance Attribute Details
#serverless_cache_snapshot ⇒ Types::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 |