Class: Aws::CodeBuild::Types::CreateWebhookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::CreateWebhookOutput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#webhook ⇒ Types::Webhook
Information about a webhook that connects repository events to a build project in CodeBuild.
Instance Attribute Details
#webhook ⇒ Types::Webhook
Information about a webhook that connects repository events to a build project in CodeBuild.
1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1897 class CreateWebhookOutput < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |