Class: Aws::CodePipeline::Types::ListWebhooksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListWebhooksOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3079 class ListWebhooksOutput < Struct.new( :webhooks, :next_token) SENSITIVE = [] include Aws::Structure end |
#webhooks ⇒ Array<Types::ListWebhookItem>
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3079 class ListWebhooksOutput < Struct.new( :webhooks, :next_token) SENSITIVE = [] include Aws::Structure end |