Class: Aws::Types::ContainerImageMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_pulled_at::Time

Returns the value of attribute image_pulled_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


895
896
897
# File 'sig/types.rbs', line 895

def image_tags
  @image_tags
end

#in_use_count::Integer

Returns the value of attribute in_use_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


897
898
899
# File 'sig/types.rbs', line 897

def last_in_use_at
  @last_in_use_at
end