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
1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1020 class DeleteSnapshotRequest < Struct.new( :snapshot_name) SENSITIVE = [] include Aws::Structure end |