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)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1976

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)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1976

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)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1976

class SnapshotBuild < Struct.new(
  :memory_snapshot_size_in_bytes,
  :code_install_size_in_bytes,
  :disk_snapshot_size_in_bytes)
  SENSITIVE = []
  include Aws::Structure
end