Method: Aws::CodeBuild::Types::Webhook#url
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#url ⇒ String
The URL to the webhook.
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 |