Class: Aws::Types::TimestreamTimestamp

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


4880
4881
4882
# File 'sig/types.rbs', line 4880

def unit
  @unit
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


4879
4880
4881
# File 'sig/types.rbs', line 4879

def value
  @value
end