AssetPropertyTimestamp
public struct AssetPropertyTimestamp : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
Declaration
Swift
public let offsetInNanos: String?
-
A string that contains the time in seconds since epoch. Accepts substitution templates.
Declaration
Swift
public let timeInSeconds: String
-
Undocumented
Declaration
Swift
public init(offsetInNanos: String? = nil, timeInSeconds: String)