Class: Aws::ElastiCache::Types::CreateSnapshotResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

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:



2197
2198
2199
2200
# File 'lib/aws-sdk-elasticache/types.rb', line 2197

class CreateSnapshotResult < Struct.new(
  :snapshot)
  include Aws::Structure
end