Class: Aws::Types::EdgeMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension::String

Returns the value of attribute dimension.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def dimension
  @dimension
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def metric_name
  @metric_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


59
60
61
# File 'sig/types.rbs', line 59

def timestamp
  @timestamp
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


58
59
60
# File 'sig/types.rbs', line 58

def value
  @value
end