Class: Aws::Lightsail::Types::DetachDiskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachDiskRequest
- 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 detach from your instance (
my-disk
).
Instance Attribute Details
#disk_name ⇒ String
The unique name of the disk you want to detach from your instance
(my-disk
).
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 |