ListWebhooksResult
public struct ListWebhooksResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
Declaration
Swift
public let nextToken: String?
-
A list of webhooks.
Declaration
Swift
public let webhooks: [Webhook]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, webhooks: [Webhook])