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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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 Redis cluster as of the time when the snapshot was taken.

Returns:



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

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