Class: Aws::CodePipeline::Types::ListWebhooksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListWebhooksOutput
- Defined in:
- gems/aws-sdk-codepipeline/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.
3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3091 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.
3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3091 class ListWebhooksOutput < Struct.new( :webhooks, :next_token) SENSITIVE = [] include Aws::Structure end |