Class: Aws::Types::DiskImageDetail
- Inherits:
-
Object
- Object
- Aws::Types::DiskImageDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::Integer
Returns the value of attribute bytes.
-
#format ⇒ "VMDK", ...
Returns the value of attribute format.
-
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
Instance Attribute Details
#bytes ⇒ ::Integer
Returns the value of attribute bytes.
8547 8548 8549 |
# File 'sig/types.rbs', line 8547 def bytes @bytes end |
#format ⇒ "VMDK", ...
Returns the value of attribute format.
8546 8547 8548 |
# File 'sig/types.rbs', line 8546 def format @format end |
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
8548 8549 8550 |
# File 'sig/types.rbs', line 8548 def import_manifest_url @import_manifest_url end |