Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)

3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3156

class ListWebhooksOutput < Struct.new(
  :webhooks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#webhooksArray<Types::ListWebhookItem>

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

Returns:


3156
3157
3158
3159
3160
3161
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3156

class ListWebhooksOutput < Struct.new(
  :webhooks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end