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

#counts::Array[::Float]

Returns the value of attribute counts.

Returns:

  • (::Array[::Float])


816
817
818
# File 'sig/types.rbs', line 816

def counts
  @counts
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



811
812
813
# File 'sig/types.rbs', line 811

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def metric_name
  @metric_name
end

#statistic_valuesTypes::StatisticSet

Returns the value of attribute statistic_values.

Returns:



814
815
816
# File 'sig/types.rbs', line 814

def statistic_values
  @statistic_values
end

#storage_resolution::Integer

Returns the value of attribute storage_resolution.

Returns:

  • (::Integer)


818
819
820
# File 'sig/types.rbs', line 818

def storage_resolution
  @storage_resolution
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


812
813
814
# File 'sig/types.rbs', line 812

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")


817
818
819
# File 'sig/types.rbs', line 817

def unit
  @unit
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


813
814
815
# File 'sig/types.rbs', line 813

def value
  @value
end

#values::Array[::Float]

Returns the value of attribute values.

Returns:

  • (::Array[::Float])


815
816
817
# File 'sig/types.rbs', line 815

def values
  @values
end