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
- Struct
- Aws::CodePipeline::Types::ListWebhooksOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ 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.
-
#webhooks ⇒ Array<Types::ListWebhookItem>
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
Instance Attribute Details
#next_token ⇒ 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.
#webhooks ⇒ Array<Types::ListWebhookItem>
The JSON detail returned for each webhook in the list output for the ListWebhooks call.