Class: Aws::MemoryDB::Types::DeleteSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteSnapshotRequest
- Defined in:
- gems/aws-sdk-memorydb/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
1004 1005 1006 1007 1008 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1004 class DeleteSnapshotRequest < Struct.new( :snapshot_name) SENSITIVE = [] include Aws::Structure end |