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.
120 121 122 |
# File 'sig/types.rbs', line 120 def offset_in_nanos @offset_in_nanos end |
#time_in_seconds ⇒ ::String
Returns the value of attribute time_in_seconds.
119 120 121 |
# File 'sig/types.rbs', line 119 def time_in_seconds @time_in_seconds end |