Class: Aws::Types::AssetPropertyTimestamp

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::String

Returns the value of attribute offset_in_nanos.

Returns:

  • (::String)


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.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def time_in_seconds
  @time_in_seconds
end