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.
8848 8849 8850 |
# File 'sig/types.rbs', line 8848 def bytes @bytes end |
#format ⇒ "VMDK", ...
Returns the value of attribute format.
8847 8848 8849 |
# File 'sig/types.rbs', line 8847 def format @format end |
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
8849 8850 8851 |
# File 'sig/types.rbs', line 8849 def import_manifest_url @import_manifest_url end |