Class: Aws::Types::DataPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#timestamp::Time

Returns the value of attribute timestamp.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def timestamp
  @timestamp
end

#value::Float

Returns the value of attribute value.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def value
  @value
end