Method: Aws::Lightsail::Types::AttachedDisk#size_in_gb

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

#size_in_gbInteger

The size of the disk in GB.

Returns:

  • (Integer)


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