Class: Aws::Lightsail::Types::DiskSnapshotInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DiskSnapshotInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a disk snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_in_gb ⇒ Integer
The size of the disk in GB (‘32`).
Instance Attribute Details
#size_in_gb ⇒ Integer
The size of the disk in GB (‘32`).
5846 5847 5848 5849 5850 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5846 class DiskSnapshotInfo < Struct.new( :size_in_gb) SENSITIVE = [] include Aws::Structure end |