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)


3069
3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-amplify/types.rb', line 3069

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

#descriptionString

The description for a webhook.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-amplify/types.rb', line 3069

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

#webhook_idString

The unique ID for a webhook.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
# File 'lib/aws-sdk-amplify/types.rb', line 3069

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