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

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 Valkey or Redis OSS cluster as of the time when the snapshot was taken.

Returns:



3600
3601
3602
3603
3604
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3600

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