Class: Aws::Lightsail::Types::DeleteDiskRequest

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_nameString

The unique name of the disk you want to delete (‘my-disk`).

Returns:

  • (String)


4979
4980
4981
4982
4983
4984
# File 'lib/aws-sdk-lightsail/types.rb', line 4979

class DeleteDiskRequest < Struct.new(
  :disk_name,
  :force_delete_add_ons)
  SENSITIVE = []
  include Aws::Structure
end

#force_delete_add_onsBoolean

A Boolean value to indicate whether to delete all add-ons for the disk.

Returns:

  • (Boolean)


4979
4980
4981
4982
4983
4984
# File 'lib/aws-sdk-lightsail/types.rb', line 4979

class DeleteDiskRequest < Struct.new(
  :disk_name,
  :force_delete_add_ons)
  SENSITIVE = []
  include Aws::Structure
end