TimeInNanos
public struct TimeInNanos : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The nanosecond offset from timeInSeconds. DeclarationSwift public let offsetInNanos: Int?
- 
                  
                  The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos. DeclarationSwift public let timeInSeconds: Int64
- 
                  
                  Undocumented DeclarationSwift public init(offsetInNanos: Int? = nil, timeInSeconds: Int64)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub TimeInNanos Structure Reference
        TimeInNanos Structure Reference