Method: Aws::Lightsail::Types::AttachedDisk#size_in_gb
- Defined in:
- lib/aws-sdk-lightsail/types.rb
#size_in_gb ⇒ Integer
The size of the disk in GB.
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 |