Class: Aws::MemoryDB::Types::DeleteSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteSnapshotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_name ⇒ String
The name of the snapshot to delete.
Instance Attribute Details
#snapshot_name ⇒ String
The name of the snapshot to delete.
1135 1136 1137 1138 1139 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1135 class DeleteSnapshotRequest < Struct.new( :snapshot_name) SENSITIVE = [] include Aws::Structure end |