PutWebhookOutput
public struct PutWebhookOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
Declaration
Swift
public let webhook: ListWebhookItem?
-
Undocumented
Declaration
Swift
public init(webhook: ListWebhookItem? = nil)