Class: Aws::Types::ContainerImageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ContainerImageMetadata
- 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.
-
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
-
#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.
Instance Attribute Details
#image_pulled_at ⇒ ::Time
Returns the value of attribute image_pulled_at.
896 897 898 |
# File 'sig/types.rbs', line 896 def image_pulled_at @image_pulled_at end |
#image_tags ⇒ ::Array[::String]
Returns the value of attribute image_tags.
895 896 897 |
# File 'sig/types.rbs', line 895 def @image_tags end |
#in_use_count ⇒ ::Integer
Returns the value of attribute in_use_count.
898 899 900 |
# File 'sig/types.rbs', line 898 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Time
Returns the value of attribute last_in_use_at.
897 898 899 |
# File 'sig/types.rbs', line 897 def last_in_use_at @last_in_use_at end |