Class: Aws::Types::SnapshotBuild

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_install_size_in_bytes::Integer

Returns the value of attribute code_install_size_in_bytes.

Returns:

  • (::Integer)


555
556
557
# File 'sig/types.rbs', line 555

def code_install_size_in_bytes
  @code_install_size_in_bytes
end

#disk_snapshot_size_in_bytes::Integer

Returns the value of attribute disk_snapshot_size_in_bytes.

Returns:

  • (::Integer)


556
557
558
# File 'sig/types.rbs', line 556

def disk_snapshot_size_in_bytes
  @disk_snapshot_size_in_bytes
end

#memory_snapshot_size_in_bytes::Integer

Returns the value of attribute memory_snapshot_size_in_bytes.

Returns:

  • (::Integer)


554
555
556
# File 'sig/types.rbs', line 554

def memory_snapshot_size_in_bytes
  @memory_snapshot_size_in_bytes
end