Class: Aws::LambdaMicrovms::Types::SnapshotBuild
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::SnapshotBuild
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
Contains size information about a MicroVM image snapshot build.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_install_size_in_bytes ⇒ Integer
The size of the installed code in bytes.
-
#disk_snapshot_size_in_bytes ⇒ Integer
The size of the disk snapshot in bytes.
-
#memory_snapshot_size_in_bytes ⇒ Integer
The size of the memory snapshot in bytes.
Instance Attribute Details
#code_install_size_in_bytes ⇒ Integer
The size of the installed code in bytes.
1956 1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1956 class SnapshotBuild < Struct.new( :memory_snapshot_size_in_bytes, :code_install_size_in_bytes, :disk_snapshot_size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#disk_snapshot_size_in_bytes ⇒ Integer
The size of the disk snapshot in bytes.
1956 1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1956 class SnapshotBuild < Struct.new( :memory_snapshot_size_in_bytes, :code_install_size_in_bytes, :disk_snapshot_size_in_bytes) SENSITIVE = [] include Aws::Structure end |
#memory_snapshot_size_in_bytes ⇒ Integer
The size of the memory snapshot in bytes.
1956 1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1956 class SnapshotBuild < Struct.new( :memory_snapshot_size_in_bytes, :code_install_size_in_bytes, :disk_snapshot_size_in_bytes) SENSITIVE = [] include Aws::Structure end |