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

#app_id ⇒ String

The unique ID of an Amplify app.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#branch_name ⇒ String

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

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#create_time ⇒ Time

A timestamp of when Amplify created the webhook in your Git repository.

Returns:

  • (Time)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#description ⇒ String

The description for a webhook.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#update_time ⇒ Time

A timestamp of when Amplify updated the webhook in your Git repository.

Returns:

  • (Time)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#webhook_arn ⇒ String

The Amazon Resource Name (ARN) for the webhook.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#webhook_id ⇒ String

The ID of the webhook.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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

#webhook_url ⇒ String

The URL of the webhook.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3379

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