Class: Aws::ElastiCache::Types::DeleteServerlessCacheSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteServerlessCacheSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#serverless_cache_snapshot_name ⇒ String
Idenfitier of the snapshot to be deleted.
Instance Attribute Details
#serverless_cache_snapshot_name ⇒ String
Idenfitier of the snapshot to be deleted. Available for Valkey, Redis OSS and Serverless Memcached only.
3560 3561 3562 3563 3564 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3560 class DeleteServerlessCacheSnapshotRequest < Struct.new( :serverless_cache_snapshot_name) SENSITIVE = [] include Aws::Structure end |