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)


25
26
27
# File 'sig/types.rbs', line 25

def architecture
  @architecture
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def author
  @author
end

#image_hash::String

Returns the value of attribute image_hash.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def image_hash
  @image_hash
end

#image_tags::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


28
29
30
# File 'sig/types.rbs', line 28

def image_tags
  @image_tags
end

#in_use_count::Integer

Returns the value of attribute in_use_count.

Returns:

  • (::Integer)


32
33
34
# File 'sig/types.rbs', line 32

def in_use_count
  @in_use_count
end

#last_in_use_at::Time

Returns the value of attribute last_in_use_at.

Returns:

  • (::Time)


31
32
33
# File 'sig/types.rbs', line 31

def last_in_use_at
  @last_in_use_at
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def platform
  @platform
end

#pushed_at::Time

Returns the value of attribute pushed_at.

Returns:

  • (::Time)


30
31
32
# File 'sig/types.rbs', line 30

def pushed_at
  @pushed_at
end

#registry::String

Returns the value of attribute registry.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def registry
  @registry
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def repository_name
  @repository_name
end