Class: Aws::Types::DiskImageDescription
- Inherits:
-
Object
- Object
- Aws::Types::DiskImageDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#format ⇒ "VMDK", ...
Returns the value of attribute format.
-
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
8749 8750 8751 |
# File 'sig/types.rbs', line 8749 def checksum @checksum end |
#format ⇒ "VMDK", ...
Returns the value of attribute format.
8750 8751 8752 |
# File 'sig/types.rbs', line 8750 def format @format end |
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
8751 8752 8753 |
# File 'sig/types.rbs', line 8751 def import_manifest_url @import_manifest_url end |
#size ⇒ ::Integer
Returns the value of attribute size.
8752 8753 8754 |
# File 'sig/types.rbs', line 8752 def size @size end |