Class: Aws::MemoryDB::Types::DeleteSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
The snapshot object that has been deleted.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
The snapshot object that has been deleted.
1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1147 class DeleteSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |