Class: Aws::LambdaMicrovms::Types::SnapshotBuild

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#code_install_size_in_bytesInteger

The size of the installed code in bytes.

Returns:

  • (Integer)


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_bytesInteger

The size of the disk snapshot in bytes.

Returns:

  • (Integer)


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_bytesInteger

The size of the memory snapshot in bytes.

Returns:

  • (Integer)


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