Class: Aws::Types::AssetPropertyTimestamp
- Inherits:
-
Object
- Object
- Aws::Types::AssetPropertyTimestamp
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offset_in_nanos ⇒ ::String
Returns the value of attribute offset_in_nanos.
-
#time_in_seconds ⇒ ::String
Returns the value of attribute time_in_seconds.
Instance Attribute Details
#offset_in_nanos ⇒ ::String
Returns the value of attribute offset_in_nanos.
101 102 103 |
# File 'sig/types.rbs', line 101 def offset_in_nanos @offset_in_nanos end |
#time_in_seconds ⇒ ::String
Returns the value of attribute time_in_seconds.
100 101 102 |
# File 'sig/types.rbs', line 100 def time_in_seconds @time_in_seconds end |