Class: Aws::Types::SnapshotBuild
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotBuild
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_install_size_in_bytes ⇒ ::Integer
Returns the value of attribute code_install_size_in_bytes.
-
#disk_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute disk_snapshot_size_in_bytes.
-
#memory_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute memory_snapshot_size_in_bytes.
Instance Attribute Details
#code_install_size_in_bytes ⇒ ::Integer
Returns the value of attribute code_install_size_in_bytes.
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.
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.
554 555 556 |
# File 'sig/types.rbs', line 554 def memory_snapshot_size_in_bytes @memory_snapshot_size_in_bytes end |