StartPosition
public struct StartPosition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time in ISO format where to start. It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Declaration
Swift
public let absoluteTime: String?
-
The ID of the message or event where to start.
Declaration
Swift
public let id: String?
-
The start position of the most recent message where you want to start.
Declaration
Swift
public let mostRecent: Int?
-
Undocumented
Declaration
Swift
public init(absoluteTime: String? = nil, id: String? = nil, mostRecent: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws