Class: Aws::Types::ImageDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def image
  @image
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def image_digest
  @image_digest
end

#source_image::String

Returns the value of attribute source_image.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def source_image
  @source_image
end