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.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def file @file end |
#id ⇒ ::String
Returns the value of attribute id.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def id @id end |