Class: Aws::Types::TimeInNanos

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offset_in_nanos::Integer

Returns the value of attribute offset_in_nanos.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


3527
3528
3529
# File 'sig/types.rbs', line 3527

def time_in_seconds
  @time_in_seconds
end