Class: Aws::Types::TimeInNanos
- Inherits:
-
Object
- Object
- Aws::Types::TimeInNanos
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offset_in_nanos ⇒ ::Integer
Returns the value of attribute offset_in_nanos.
-
#time_in_seconds ⇒ ::Integer
Returns the value of attribute time_in_seconds.
Instance Attribute Details
#offset_in_nanos ⇒ ::Integer
Returns the value of attribute offset_in_nanos.
3528 3529 3530 |
# File 'sig/types.rbs', line 3528 def offset_in_nanos @offset_in_nanos end |
#time_in_seconds ⇒ ::Integer
Returns the value of attribute time_in_seconds.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def time_in_seconds @time_in_seconds end |