Class: Aws::Types::MixedMeasureMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#measure_name ⇒ ::String

Returns the value of attribute measure_name.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def measure_name
  @measure_name
end

#measure_value_type ⇒ "DOUBLE", ...

Returns the value of attribute measure_value_type.

Returns:

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


305
306
307
# File 'sig/types.rbs', line 305

def measure_value_type
  @measure_value_type
end

#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]

Returns the value of attribute multi_measure_attribute_mappings.



306
307
308
# File 'sig/types.rbs', line 306

def multi_measure_attribute_mappings
  @multi_measure_attribute_mappings
end

#source_column ⇒ ::String

Returns the value of attribute source_column.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def source_column
  @source_column
end

#target_measure_name ⇒ ::String

Returns the value of attribute target_measure_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def target_measure_name
  @target_measure_name
end