AWSIoTAssetPropertyTimestamp
Objective-C
@interface AWSIoTAssetPropertyTimestamp
Swift
class AWSIoTAssetPropertyTimestamp
An asset property timestamp entry containing the following information.
Required parameters: [timeInSeconds]
-
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable offsetInNanos;Swift
var offsetInNanos: String? { get set } -
A string that contains the time in seconds since epoch. Accepts substitution templates.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable timeInSeconds;Swift
var timeInSeconds: String? { get set }
View on GitHub
Install in Dash
AWSIoTAssetPropertyTimestamp Class Reference