Class: Aws::Amplify::Types::UpdateWebhookRequest

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

Overview

The request structure for the update webhook request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name for a branch that is part of an Amplify app.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-amplify/types.rb', line 2948

class UpdateWebhookRequest < Struct.new(
  :webhook_id,
  :branch_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for a webhook.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-amplify/types.rb', line 2948

class UpdateWebhookRequest < Struct.new(
  :webhook_id,
  :branch_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#webhook_idString

The unique ID for a webhook.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-amplify/types.rb', line 2948

class UpdateWebhookRequest < Struct.new(
  :webhook_id,
  :branch_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end