Class: Aws::Amplify::Types::Webhook

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

Overview

Describes a webhook that connects repository events to an Amplify app.

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)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The create date and time for a webhook.

Returns:

  • (Time)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for a webhook.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

Updates the date and time for a webhook.

Returns:

  • (Time)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#webhook_arnString

The Amazon Resource Name (ARN) for the webhook.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#webhook_idString

The ID of the webhook.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#webhook_urlString

The URL of the webhook.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3124

class Webhook < Struct.new(
  :webhook_arn,
  :webhook_id,
  :webhook_url,
  :branch_name,
  :description,
  :create_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end