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

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

Overview

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)


1922
1923
1924
1925
1926
# File 'lib/aws-sdk-codepipeline/types.rb', line 1922

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

#webhooksArray<Types::ListWebhookItem>

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

Returns:



1922
1923
1924
1925
1926
# File 'lib/aws-sdk-codepipeline/types.rb', line 1922

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