Class: Aws::Types::ImageMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_image::String

Returns the value of attribute destination_image.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def destination_image
  @destination_image
end

#source_image::String

Returns the value of attribute source_image.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def source_image
  @source_image
end