Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file ⇒ Types::ImageFile
Returns the value of attribute file.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#file ⇒ Types::ImageFile
Returns the value of attribute file.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def file @file end |
#id ⇒ ::String
Returns the value of attribute id.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def id @id end |