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

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_cache_snapshotTypes::ServerlessCacheSnapshot

The snapshot to be deleted. Available for Redis only.



3568
3569
3570
3571
3572
# File 'lib/aws-sdk-elasticache/types.rb', line 3568

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