Class: Aws::Types::DimensionMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_column ⇒ ::String

Returns the value of attribute destination_column.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def destination_column
  @destination_column
end

#source_column ⇒ ::String

Returns the value of attribute source_column.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def source_column
  @source_column
end