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:



187
188
189
# File 'sig/types.rbs', line 187

def measure_name
  @measure_name
end

#measure_value_type"BIGINT", ...

Returns the value of attribute measure_value_type.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def measure_value_type
  @measure_value_type
end

#multi_measure_attribute_mappings::Array[Types::MultiMeasureAttributeMapping]

Returns the value of attribute multi_measure_attribute_mappings.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def multi_measure_attribute_mappings
  @multi_measure_attribute_mappings
end

#source_column::String

Returns the value of attribute source_column.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def source_column
  @source_column
end

#target_measure_name::String

Returns the value of attribute target_measure_name.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def target_measure_name
  @target_measure_name
end