Class: Aws::Lightsail::Types::DiskSnapshotInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Describes a disk snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#size_in_gbInteger

The size of the disk in GB (‘32`).

Returns:

  • (Integer)


5829
5830
5831
5832
5833
# File 'lib/aws-sdk-lightsail/types.rb', line 5829

class DiskSnapshotInfo < Struct.new(
  :size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end