Class: Aws::Types::MetricDatum

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions ⇒ ::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def dimensions
  @dimensions
end

#metric_name ⇒ ::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def metric_name
  @metric_name
end

#statistic_values ⇒ Types::StatisticSet

Returns the value of attribute statistic_values.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def statistic_values
  @statistic_values
end

#timestamp ⇒ ::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


207
208
209
# File 'sig/types.rbs', line 207

def timestamp
  @timestamp
end

#unit ⇒ "Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None")


210
211
212
# File 'sig/types.rbs', line 210

def unit
  @unit
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


209
210
211
# File 'sig/types.rbs', line 209

def value
  @value
end