Class: Aws::IoT::Types::AssetPropertyTimestamp

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

An asset property timestamp entry containing the following information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offset_in_nanosString

Optional. A string that contains the nanosecond time offset. Accepts substitution templates.

Returns:

  • (String)


429
430
431
432
433
434
# File 'lib/aws-sdk-iot/types.rb', line 429

class AssetPropertyTimestamp < Struct.new(
  :time_in_seconds,
  :offset_in_nanos)
  SENSITIVE = []
  include Aws::Structure
end

#time_in_secondsString

A string that contains the time in seconds since epoch. Accepts substitution templates.

Returns:

  • (String)


429
430
431
432
433
434
# File 'lib/aws-sdk-iot/types.rb', line 429

class AssetPropertyTimestamp < Struct.new(
  :time_in_seconds,
  :offset_in_nanos)
  SENSITIVE = []
  include Aws::Structure
end