Class: Aws::Types::MultiMeasureAttributeMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#measure_value_type ⇒ "DOUBLE", ...

Returns the value of attribute measure_value_type.

Returns:

  • ("DOUBLE", "BIGINT", "BOOLEAN", "VARCHAR", "TIMESTAMP")


313
314
315
# File 'sig/types.rbs', line 313

def measure_value_type
  @measure_value_type
end

#source_column ⇒ ::String

Returns the value of attribute source_column.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def source_column
  @source_column
end

#target_multi_measure_attribute_name ⇒ ::String

Returns the value of attribute target_multi_measure_attribute_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def target_multi_measure_attribute_name
  @target_multi_measure_attribute_name
end