You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssetPropertyTimestamp as input to an Aws::Client method, you can use a vanilla Hash:

{
  time_in_seconds: "AssetPropertyTimeInSeconds", # required
  offset_in_nanos: "AssetPropertyOffsetInNanos",
}

An asset property timestamp entry containing the following information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#offset_in_nanosString

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

Returns:

  • (String)

    Optional.

#time_in_secondsString

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

Returns:

  • (String)

    A string that contains the time in seconds since epoch.