Class: Aws::Types::ImageIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def image_digest
  @image_digest
end

#image_tag::String

Returns the value of attribute image_tag.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def image_tag
  @image_tag
end