TimeInNanos

public struct TimeInNanos : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The nanosecond offset from timeInSeconds.

    Declaration

    Swift

    public let offsetInNanos: Int?
  • The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos.

    Declaration

    Swift

    public let timeInSeconds: Int64
  • Undocumented

    Declaration

    Swift

    public init(offsetInNanos: Int? = nil, timeInSeconds: Int64)
  • Declaration

    Swift

    public func validate(name: String) throws