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)


2859
2860
2861
2862
2863
2864
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2859

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:



2859
2860
2861
2862
2863
2864
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2859

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