Class: Aws::ElastiCache::Types::CopySnapshotResult

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

#snapshotTypes::Snapshot

Represents a copy of an entire Valkey or Redis OSS cluster as of the time when the snapshot was taken.

Returns:



1603
1604
1605
1606
1607
# File 'lib/aws-sdk-elasticache/types.rb', line 1603

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