Class: Aws::MemoryDB::Types::DeleteSnapshotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

The snapshot object that has been deleted.



1207
1208
1209
1210
1211
# File 'lib/aws-sdk-memorydb/types.rb', line 1207

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