CanaryLastRun
public struct CanaryLastRun : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the canary.
Declaration
Swift
public let canaryName: String? -
The results from this canary’s most recent run.
Declaration
Swift
public let lastRun: CanaryRun? -
Undocumented
Declaration
Swift
public init(canaryName: String? = nil, lastRun: CanaryRun? = nil)
View on GitHub
CanaryLastRun Structure Reference