Method: Aws::Lightsail::Types::AttachedDisk#path
- Defined in:
- lib/aws-sdk-lightsail/types.rb
#path ⇒ String
The path of the disk (‘/dev/xvdf`).
847 848 849 850 851 852 |
# File 'lib/aws-sdk-lightsail/types.rb', line 847 class AttachedDisk < Struct.new( :path, :size_in_gb) SENSITIVE = [] include Aws::Structure end |