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)


236
237
238
# File 'sig/types.rbs', line 236

def image_digest
  @image_digest
end

#image_tag ⇒ ::String

Returns the value of attribute image_tag.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def image_tag
  @image_tag
end