Class: Aws::Lightsail::Types::DeleteDiskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteDiskRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_name ⇒ String
The unique name of the disk you want to delete (
my-disk). -
#force_delete_add_ons ⇒ Boolean
A Boolean value to indicate whether to delete all add-ons for the disk.
Instance Attribute Details
#disk_name ⇒ String
The unique name of the disk you want to delete (my-disk).
5110 5111 5112 5113 5114 5115 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5110 class DeleteDiskRequest < Struct.new( :disk_name, :force_delete_add_ons) SENSITIVE = [] include Aws::Structure end |
#force_delete_add_ons ⇒ Boolean
A Boolean value to indicate whether to delete all add-ons for the disk.
5110 5111 5112 5113 5114 5115 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5110 class DeleteDiskRequest < Struct.new( :disk_name, :force_delete_add_ons) SENSITIVE = [] include Aws::Structure end |