Class: Aws::Lightsail::Types::DetachDiskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachDiskRequest
- 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 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`).
5456 5457 5458 5459 5460 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5456 class DetachDiskRequest < Struct.new( :disk_name) SENSITIVE = [] include Aws::Structure end |