Class: Aws::CodeBuild::Types::ScopeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Contains configuration information about the scope for a webhook.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.

Returns:

  • (String)


5740
5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5740

class ScopeConfiguration < Struct.new(
  :name,
  :domain,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.

Returns:

  • (String)


5740
5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5740

class ScopeConfiguration < Struct.new(
  :name,
  :domain,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

The type of scope for a GitHub or GitLab webhook.

Returns:

  • (String)


5740
5741
5742
5743
5744
5745
5746
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5740

class ScopeConfiguration < Struct.new(
  :name,
  :domain,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end