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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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)


1176
1177
1178
1179
1180
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1176

class DeleteSnapshotRequest < Struct.new(
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end