Class: Aws::ElastiCache::Types::ExportServerlessCacheSnapshotResponse

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

#serverless_cache_snapshotTypes::ServerlessCacheSnapshot

The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis only.



5111
5112
5113
5114
5115
# File 'lib/aws-sdk-elasticache/types.rb', line 5111

class ExportServerlessCacheSnapshotResponse < Struct.new(
  :serverless_cache_snapshot)
  SENSITIVE = []
  include Aws::Structure
end