Class: Aws::ElastiCache::Types::CopyServerlessCacheSnapshotResponse

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 response for the attempt to copy the serverless cache snapshot. Available for Redis only.



1538
1539
1540
1541
1542
# File 'lib/aws-sdk-elasticache/types.rb', line 1538

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