Class: Aws::Types::AwsEcrContainerImageDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def architecture
  @architecture
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def image_digest
  @image_digest
end

#image_published_at::String

Returns the value of attribute image_published_at.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def image_published_at
  @image_published_at
end

#image_tags::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


2030
2031
2032
# File 'sig/types.rbs', line 2030

def image_tags
  @image_tags
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def registry_id
  @registry_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def repository_name
  @repository_name
end