Class: Aws::ElastiCache::Types::CreateServerlessCacheSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateServerlessCacheSnapshotResponse
- 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 state of a serverless cache snapshot at a specific point in time, to the millisecond.
Instance Attribute Details
#serverless_cache_snapshot ⇒ Types::ServerlessCacheSnapshot
The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Valkey, Redis OSS and Serverless Memcached only.
3029 3030 3031 3032 3033 |
# File 'lib/aws-sdk-elasticache/types.rb', line 3029 class CreateServerlessCacheSnapshotResponse < Struct.new( :serverless_cache_snapshot) SENSITIVE = [] include Aws::Structure end |