TestWindowSummary
public struct TestWindowSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the test failed, the reason why it failed.
Declaration
Swift
public let message: String? -
The status of the test. Possible status values are: ACTIVE CREATE_IN_PROGRESS CREATE_FAILED
Declaration
Swift
public let status: String? -
The time at which the test ended.
Declaration
Swift
public let testWindowEnd: TimeStamp? -
The time at which the test began.
Declaration
Swift
public let testWindowStart: TimeStamp?
View on GitHub
TestWindowSummary Structure Reference