Method: Aws::Lightsail::Types::AttachedDisk#path

Defined in:
lib/aws-sdk-lightsail/types.rb

#pathString

The path of the disk (‘/dev/xvdf`).

Returns:

  • (String)


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