AssetPropertyTimestamp

public struct AssetPropertyTimestamp : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The nanosecond offset converted from timeInSeconds. The valid range is between 0-999999999. You can also specify an expression.

    Declaration

    Swift

    public let offsetInNanos: String?
  • The timestamp, in seconds, in the Unix epoch format. The valid range is between 1-31556889864403199. You can also specify an expression.

    Declaration

    Swift

    public let timeInSeconds: String
  • Undocumented

    Declaration

    Swift

    public init(offsetInNanos: String? = nil, timeInSeconds: String)