Class: Aws::Types::ContainerImage
- Inherits:
-
Object
- Object
- Aws::Types::ContainerImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#image ⇒ ::String
Returns the value of attribute image.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
396 397 398 |
# File 'sig/types.rbs', line 396 def created_at @created_at end |
#digest ⇒ ::String
Returns the value of attribute digest.
395 396 397 |
# File 'sig/types.rbs', line 395 def digest @digest end |
#image ⇒ ::String
Returns the value of attribute image.
394 395 396 |
# File 'sig/types.rbs', line 394 def image @image end |