Class: Aws::Types::TimestreamTimestamp
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamTimestamp
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ ::String
Returns the value of attribute unit.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ ::String
Returns the value of attribute unit.
4880 4881 4882 |
# File 'sig/types.rbs', line 4880 def unit @unit end |
#value ⇒ ::String
Returns the value of attribute value.
4879 4880 4881 |
# File 'sig/types.rbs', line 4879 def value @value end |