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"BIGINT", ...

Returns the value of attribute measure_value_type.

Returns:

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


198
199
200
# File 'sig/types.rbs', line 198

def measure_value_type
  @measure_value_type
end

#source_column::String

Returns the value of attribute source_column.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def source_column
  @source_column
end

#target_multi_measure_attribute_name::String

Returns the value of attribute target_multi_measure_attribute_name.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def target_multi_measure_attribute_name
  @target_multi_measure_attribute_name
end