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)


3569
3570
3571
# File 'sig/types.rbs', line 3569

def offset_in_nanos
  @offset_in_nanos
end

#time_in_seconds::Integer

Returns the value of attribute time_in_seconds.

Returns:

  • (::Integer)


3568
3569
3570
# File 'sig/types.rbs', line 3568

def time_in_seconds
  @time_in_seconds
end