Method: Aws::CodeBuild::Types::Webhook#scope_configuration
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#scope_configuration ⇒ Types::ScopeConfiguration
The scope configuration for global or organization webhooks.
<note markdown=“1”> Global or organization webhooks are only available for GitHub and Github Enterprise webhooks.
</note>
7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 |
# File 'lib/aws-sdk-codebuild/types.rb', line 7008 class Webhook < Struct.new( :url, :payload_url, :secret, :branch_filter, :filter_groups, :build_type, :manual_creation, :last_modified_secret, :scope_configuration) SENSITIVE = [] include Aws::Structure end |