Class: Aws::Types::ImageDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_media_type ⇒ ::String

Returns the value of attribute artifact_media_type.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def artifact_media_type
  @artifact_media_type
end

#image_digest ⇒ ::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def image_digest
  @image_digest
end

#image_manifest_media_type ⇒ ::String

Returns the value of attribute image_manifest_media_type.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def image_manifest_media_type
  @image_manifest_media_type
end

#image_pushed_at ⇒ ::Time

Returns the value of attribute image_pushed_at.

Returns:

  • (::Time)


217
218
219
# File 'sig/types.rbs', line 217

def image_pushed_at
  @image_pushed_at
end

#image_size_in_bytes ⇒ ::Integer

Returns the value of attribute image_size_in_bytes.

Returns:

  • (::Integer)


216
217
218
# File 'sig/types.rbs', line 216

def image_size_in_bytes
  @image_size_in_bytes
end

#image_tags ⇒ ::Array[::String]

Returns the value of attribute image_tags.

Returns:

  • (::Array[::String])


215
216
217
# File 'sig/types.rbs', line 215

def image_tags
  @image_tags
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def repository_name
  @repository_name
end