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.
8758 8759 8760 |
# File 'sig/types.rbs', line 8758 def bytes @bytes end |
#format ⇒ "VMDK", ...
Returns the value of attribute format.
8757 8758 8759 |
# File 'sig/types.rbs', line 8757 def format @format end |
#import_manifest_url ⇒ ::String
Returns the value of attribute import_manifest_url.
8759 8760 8761 |
# File 'sig/types.rbs', line 8759 def import_manifest_url @import_manifest_url end |