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.
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_time ⇒ Time
The create date and time for a webhook.
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 |
#description ⇒ String
The description for a webhook.
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_time ⇒ Time
Updates the date and time for a webhook.
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_arn ⇒ String
The Amazon Resource Name (ARN) for the webhook.
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_id ⇒ String
The ID of the webhook.
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_url ⇒ String
The URL of the webhook.
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 |