Class: Aws::ElastiCache::Types::DeleteSnapshotResult

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:



2473
2474
2475
2476
# File 'lib/aws-sdk-elasticache/types.rb', line 2473

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