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.
8839 8840 8841 |
# File 'sig/types.rbs', line 8839 def checksum @checksum end |
#format ⇒ "VMDK", ...
Returns the value of attribute format.
8840 8841 8842 |
# File 'sig/types.rbs', line 8840 def format @format end |
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
8841 8842 8843 |
# File 'sig/types.rbs', line 8841 def import_manifest_url @import_manifest_url end |
#size ⇒ ::Integer
Returns the value of attribute size.
8842 8843 8844 |
# File 'sig/types.rbs', line 8842 def size @size end |