Class: Aws::CodePipeline::Types::ListWebhooksInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


2827
2828
2829
2830
2831
2832
# File 'lib/aws-sdk-codepipeline/types.rb', line 2827

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

#next_tokenString

The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list.

Returns:

  • (String)


2827
2828
2829
2830
2831
2832
# File 'lib/aws-sdk-codepipeline/types.rb', line 2827

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