Method: Aws::CodeBuild::Types::ScopeConfiguration#name
- Defined in:
- lib/aws-sdk-codebuild/types.rb
#name ⇒ String
The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.
6456 6457 6458 6459 6460 6461 6462 |
# File 'lib/aws-sdk-codebuild/types.rb', line 6456 class ScopeConfiguration < Struct.new( :name, :domain, :scope) SENSITIVE = [] include Aws::Structure end |