Class: Aws::IoT::Types::AssetPropertyTimestamp
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AssetPropertyTimestamp
- 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
-
#offset_in_nanos ⇒ String
Optional.
-
#time_in_seconds ⇒ String
A string that contains the time in seconds since epoch.
Instance Attribute Details
#offset_in_nanos ⇒ String
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
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_seconds ⇒ String
A string that contains the time in seconds since epoch. Accepts substitution templates.
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 |