ListWebhooksOutput

public struct ListWebhooksOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListWebhooks call to return the next set of webhooks in the list.

    Declaration

    Swift

    public let nextToken: String?
  • The JSON detail returned for each webhook in the list output for the ListWebhooks call.

    Declaration

    Swift

    public let webhooks: [ListWebhookItem]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, webhooks: [ListWebhookItem]? = nil)