Class: Aws::MemoryDB::Types::DeleteSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_nameString

The name of the snapshot to delete.

Returns:

  • (String)


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