Class: Aws::CodeBuild::Types::UpdateWebhookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::UpdateWebhookOutput
- 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 repository’s webhook that is associated with a project in CodeBuild.
Instance Attribute Details
#webhook ⇒ Types::Webhook
Information about a repository’s webhook that is associated with a project in CodeBuild.
7006 7007 7008 7009 7010 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7006 class UpdateWebhookOutput < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |