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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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)


3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
# File 'lib/aws-sdk-amplify/types.rb', line 3003

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