Class: Aws::ElastiCache::Types::CopyServerlessCacheSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CopyServerlessCacheSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#serverless_cache_snapshot ⇒ Types::ServerlessCacheSnapshot
The response for the attempt to copy the serverless cache snapshot.
Instance Attribute Details
#serverless_cache_snapshot ⇒ Types::ServerlessCacheSnapshot
The response for the attempt to copy the serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.
1537 1538 1539 1540 1541 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1537 class CopyServerlessCacheSnapshotResponse < Struct.new( :serverless_cache_snapshot) SENSITIVE = [] include Aws::Structure end |