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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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.

Returns:



1015
1016
1017
1018
1019
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1015

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