Class: Aws::Amplify::Types::Webhook
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::Webhook
- 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
-
#branch_name ⇒ String
The name for a branch that is part of an Amplify app.
-
#create_time ⇒ Time
The create date and time for a webhook.
-
#description ⇒ String
The description for a webhook.
-
#update_time ⇒ Time
Updates the date and time for a webhook.
-
#webhook_arn ⇒ String
The Amazon Resource Name (ARN) for the webhook.
-
#webhook_id ⇒ String
The ID of the webhook.
-
#webhook_url ⇒ String
The URL of the webhook.
Instance Attribute Details
#branch_name ⇒ String
The name for a branch that is part of an Amplify app.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The create date and time for a webhook.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for a webhook.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
Updates the date and time for a webhook.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#webhook_arn ⇒ String
The Amazon Resource Name (ARN) for the webhook.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#webhook_id ⇒ String
The ID of the webhook.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#webhook_url ⇒ String
The URL of the webhook.
2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2798 class Webhook < Struct.new( :webhook_arn, :webhook_id, :webhook_url, :branch_name, :description, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |