CanaryRun
public struct CanaryRun : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The location where the canary stored artifacts from the run. Artifacts include the log file, screenshots, and HAR files.
Declaration
Swift
public let artifactS3Location: String? -
The name of the canary.
Declaration
Swift
public let name: String? -
The status of this run.
Declaration
Swift
public let status: CanaryRunStatus? -
A structure that contains the start and end times of this run.
Declaration
Swift
public let timeline: CanaryRunTimeline? -
Undocumented
Declaration
Swift
public init(artifactS3Location: String? = nil, name: String? = nil, status: CanaryRunStatus? = nil, timeline: CanaryRunTimeline? = nil)
View on GitHub
CanaryRun Structure Reference