Class: Aws::Types::ReferencedImageDetail

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)


381
382
383
# File 'sig/types.rbs', line 381

def artifact_media_type
  @artifact_media_type
end

#image_digest ⇒ ::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def image_digest
  @image_digest
end

#image_manifest_media_type ⇒ ::String

Returns the value of attribute image_manifest_media_type.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def image_manifest_media_type
  @image_manifest_media_type
end

#image_pushed_at ⇒ ::Time

Returns the value of attribute image_pushed_at.

Returns:

  • (::Time)


379
380
381
# File 'sig/types.rbs', line 379

def image_pushed_at
  @image_pushed_at
end

#image_size_in_bytes ⇒ ::Integer

Returns the value of attribute image_size_in_bytes.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def image_size_in_bytes
  @image_size_in_bytes
end