Class: Aws::CodePipeline::Types::ListWebhooksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListWebhooksInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
3082 3083 3084 3085 3086 3087 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3082 class ListWebhooksInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.
3082 3083 3084 3085 3086 3087 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3082 class ListWebhooksInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |