Class: Aws::Types::EcrContainerImageMetadata

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


1348
1349
1350
# File 'sig/types.rbs', line 1348

def tags
  @tags
end