You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ListWebhooksOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    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.

#webhooksArray<Types::ListWebhookItem>

The JSON detail returned for each webhook in the list output for the ListWebhooks call.

Returns:

  • (Array<Types::ListWebhookItem>)

    The JSON detail returned for each webhook in the list output for the ListWebhooks call.