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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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. Note that this parameter is only required if your project’s source type is GITHUB_ENTERPRISE

Returns:

  • (String)


5483
5484
5485
5486
5487
5488
5489
# File 'lib/aws-sdk-codebuild/types.rb', line 5483

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

#nameString

The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.

Returns:

  • (String)


5483
5484
5485
5486
5487
5488
5489
# File 'lib/aws-sdk-codebuild/types.rb', line 5483

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

#scopeString

The type of scope for a GitHub webhook.

Returns:

  • (String)


5483
5484
5485
5486
5487
5488
5489
# File 'lib/aws-sdk-codebuild/types.rb', line 5483

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