Class: Aws::CodeBuild::Types::CreateWebhookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::CreateWebhookOutput
- Includes:
- Structure
- Defined in:
- 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.
1884 1885 1886 1887 1888 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1884 class CreateWebhookOutput < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |