Class: Aws::Types::ImageDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#source_image ⇒ ::String
Returns the value of attribute source_image.
Instance Attribute Details
#image ⇒ ::String
Returns the value of attribute image.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def image @image end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def image_digest @image_digest end |
#source_image ⇒ ::String
Returns the value of attribute source_image.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def source_image @source_image end |