Class: Aws::Types::TimestampMetricValuePair

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#metric_value::Float

Returns the value of attribute metric_value.

Returns:



1044
1045
1046
# File 'sig/types.rbs', line 1044

def metric_value
  @metric_value
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def timestamp
  @timestamp
end