Class: Aws::ElastiCache::Types::DeleteServerlessCacheSnapshotRequest

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_snapshot_nameString

Idenfitier of the snapshot to be deleted. Available for Redis only.

Returns:

  • (String)


3556
3557
3558
3559
3560
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3556

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