Class: Aws::Amplify::Types::CreateWebhookRequest

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

Overview

The request structure for the create webhook request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1052

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

#branch_nameString

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

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1052

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

#descriptionString

The description for a webhook.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1052

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