Class: Aws::Types::CreateWebhookInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#branch_filter::String

Returns the value of attribute branch_filter.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def branch_filter
  @branch_filter
end

#build_type"BUILD", ...

Returns the value of attribute build_type.

Returns:



396
397
398
# File 'sig/types.rbs', line 396

def build_type
  @build_type
end

#filter_groups::Array[::Array[Types::WebhookFilter]]

Returns the value of attribute filter_groups.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def filter_groups
  @filter_groups
end

#manual_creationBoolean

Returns the value of attribute manual_creation.

Returns:



397
398
399
# File 'sig/types.rbs', line 397

def manual_creation
  @manual_creation
end

#project_name::String

Returns the value of attribute project_name.

Returns:



393
394
395
# File 'sig/types.rbs', line 393

def project_name
  @project_name
end

#pull_request_build_policyTypes::PullRequestBuildPolicy

Returns the value of attribute pull_request_build_policy.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def pull_request_build_policy
  @pull_request_build_policy
end

#scope_configurationTypes::ScopeConfiguration

Returns the value of attribute scope_configuration.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def scope_configuration
  @scope_configuration
end