Class: Aws::Types::TimeSeriesDataPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#time::String

Returns the value of attribute time.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def time
  @time
end

#valueTypes::Datum

Returns the value of attribute value.

Returns:



465
466
467
# File 'sig/types.rbs', line 465

def value
  @value
end