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

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

#final_snapshot_nameString

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

Returns:

  • (String)


3530
3531
3532
3533
3534
3535
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3530

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)


3530
3531
3532
3533
3534
3535
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3530

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