Class: Aws::Types::DataModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_mappings ⇒ ::Array[Types::DimensionMapping]

Returns the value of attribute dimension_mappings.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def dimension_mappings
  @dimension_mappings
end

#measure_name_column ⇒ ::String

Returns the value of attribute measure_name_column.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def measure_name_column
  @measure_name_column
end

#mixed_measure_mappings ⇒ ::Array[Types::MixedMeasureMapping]

Returns the value of attribute mixed_measure_mappings.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def mixed_measure_mappings
  @mixed_measure_mappings
end

#multi_measure_mappings ⇒ Types::MultiMeasureMappings

Returns the value of attribute multi_measure_mappings.



115
116
117
# File 'sig/types.rbs', line 115

def multi_measure_mappings
  @multi_measure_mappings
end

#time_column ⇒ ::String

Returns the value of attribute time_column.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def time_column
  @time_column
end

#time_unit ⇒ "MILLISECONDS", ...

Returns the value of attribute time_unit.

Returns:

  • ("MILLISECONDS", "SECONDS", "MICROSECONDS", "NANOSECONDS")


113
114
115
# File 'sig/types.rbs', line 113

def time_unit
  @time_unit
end