Class: Aws::Types::AwsEcrContainerImageDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::String

Returns the value of attribute architecture.



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

def architecture
  @architecture
end

#image_digest::String

Returns the value of attribute image_digest.



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.



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.



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.



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.



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

def repository_name
  @repository_name
end