Class: Aws::Amplify::Types::ListWebhooksRequest

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

Overview

The request structure for the list webhooks request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-amplify/types.rb', line 2163

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

#max_resultsInteger

The maximum number of records to list in a single response.

Returns:

  • (Integer)


2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-amplify/types.rb', line 2163

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

#next_tokenString

A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination token is returned in a result. Pass its value in here to list more webhooks.

Returns:

  • (String)


2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-amplify/types.rb', line 2163

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