Class: Aws::Lightsail::Types::DeleteDiskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteDiskRequest
- Includes:
- Structure
- Defined in:
- 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`).
4996 4997 4998 4999 5000 5001 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4996 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.
4996 4997 4998 4999 5000 5001 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4996 class DeleteDiskRequest < Struct.new( :disk_name, :force_delete_add_ons) SENSITIVE = [] include Aws::Structure end |