Class: Aws::Types::EcrContainerImageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EcrContainerImageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_pulled_at ⇒ ::Time
Returns the value of attribute image_pulled_at.
-
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
-
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
-
#tags ⇒ ::Array[::String]
Returns the value of attribute tags.
Instance Attribute Details
#image_pulled_at ⇒ ::Time
Returns the value of attribute image_pulled_at.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def image_pulled_at @image_pulled_at end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def last_in_use_at @last_in_use_at end |
#tags ⇒ ::Array[::String]
Returns the value of attribute tags.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def @tags end |