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)


101
102
103
# File 'sig/types.rbs', line 101

def offset_in_nanos
  @offset_in_nanos
end

#time_in_seconds ⇒ ::String

Returns the value of attribute time_in_seconds.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def time_in_seconds
  @time_in_seconds
end