Class: Aws::Lightsail::Types::DeleteDiskSnapshotRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disk_snapshot_nameString

The name of the disk snapshot you want to delete (my-disk-snapshot).



5202
5203
5204
5205
5206
# File 'lib/aws-sdk-lightsail/types.rb', line 5202

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