Class: Aws::ElastiCache::Types::DeleteServerlessCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DeleteServerlessCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#final_snapshot_name ⇒ String
Name of the final snapshot to be taken before the serverless cache is deleted.
-
#serverless_cache_name ⇒ String
The identifier of the serverless cache to be deleted.
Instance Attribute Details
#final_snapshot_name ⇒ String
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.
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_name ⇒ String
The identifier of the serverless cache to be deleted.
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 |