Class: Aws::ElastiCache::Types::DeleteServerlessCacheRequest

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

#final_snapshot_nameString

Name of the final snapshot to be taken before the serverless cache is deleted. Available for Valkey, Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-elasticache/types.rb', line 3533

class DeleteServerlessCacheRequest < Struct.new(
  :serverless_cache_name,
  :final_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_cache_nameString

The identifier of the serverless cache to be deleted.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
# File 'lib/aws-sdk-elasticache/types.rb', line 3533

class DeleteServerlessCacheRequest < Struct.new(
  :serverless_cache_name,
  :final_snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end