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)


256
257
258
# File 'sig/types.rbs', line 256

def architecture
  @architecture
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def author
  @author
end

#image_hash::String

Returns the value of attribute image_hash.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def image_hash
  @image_hash
end

#image_tags::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


253
254
255
# File 'sig/types.rbs', line 253

def image_tags
  @image_tags
end

#in_use_count::Integer

Returns the value of attribute in_use_count.

Returns:

  • (::Integer)


261
262
263
# File 'sig/types.rbs', line 261

def in_use_count
  @in_use_count
end

#last_in_use_at::Time

Returns the value of attribute last_in_use_at.

Returns:

  • (::Time)


260
261
262
# File 'sig/types.rbs', line 260

def last_in_use_at
  @last_in_use_at
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def platform
  @platform
end

#pushed_at::Time

Returns the value of attribute pushed_at.

Returns:

  • (::Time)


254
255
256
# File 'sig/types.rbs', line 254

def pushed_at
  @pushed_at
end

#registry::String

Returns the value of attribute registry.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def registry
  @registry
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def repository_name
  @repository_name
end