CreateCanaryResponse
public struct CreateCanaryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full details about the canary you have created.
Declaration
Swift
public let canary: Canary?
-
Undocumented
Declaration
Swift
public init(canary: Canary? = nil)