Class: Aws::Lightsail::Types::DetachDiskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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 detach from your instance (my-disk).

Returns:

  • (String)


5457
5458
5459
5460
5461
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5457

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