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`).

Returns:

  • (String)


5025
5026
5027
5028
5029
# File 'lib/aws-sdk-lightsail/types.rb', line 5025

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