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.
8538 8539 8540 |
# File 'sig/types.rbs', line 8538 def checksum @checksum end |
#format ⇒ "VMDK", ...
Returns the value of attribute format.
8539 8540 8541 |
# File 'sig/types.rbs', line 8539 def format @format end |
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
8540 8541 8542 |
# File 'sig/types.rbs', line 8540 def import_manifest_url @import_manifest_url end |
#size ⇒ ::Integer
Returns the value of attribute size.
8541 8542 8543 |
# File 'sig/types.rbs', line 8541 def size @size end |