TestGridSessionAction
public struct TestGridSessionAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The action taken by the session.
Declaration
Swift
public let action: String? -
The time, in milliseconds, that the action took to complete in the browser.
Declaration
Swift
public let duration: Int64? -
HTTP method that the browser used to make the request.
Declaration
Swift
public let requestMethod: String? -
The time that the session invoked the action.
Declaration
Swift
public let started: TimeStamp? -
HTTP status code returned to the browser when the action was taken.
Declaration
Swift
public let statusCode: String? -
Undocumented
Declaration
Swift
public init(action: String? = nil, duration: Int64? = nil, requestMethod: String? = nil, started: TimeStamp? = nil, statusCode: String? = nil)
View on GitHub
TestGridSessionAction Structure Reference