Class: Aws::Types::CreateWebhookInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWebhookInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_filter ⇒ ::String
Returns the value of attribute branch_filter.
-
#build_type ⇒ "BUILD", ...
Returns the value of attribute build_type.
-
#filter_groups ⇒ ::Array[::Array[Types::WebhookFilter]]
Returns the value of attribute filter_groups.
-
#manual_creation ⇒ Boolean
Returns the value of attribute manual_creation.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#pull_request_build_policy ⇒ Types::PullRequestBuildPolicy
Returns the value of attribute pull_request_build_policy.
-
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
Instance Attribute Details
#branch_filter ⇒ ::String
Returns the value of attribute branch_filter.
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.
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.
395 396 397 |
# File 'sig/types.rbs', line 395 def filter_groups @filter_groups end |
#manual_creation ⇒ Boolean
Returns the value of attribute manual_creation.
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.
393 394 395 |
# File 'sig/types.rbs', line 393 def project_name @project_name end |
#pull_request_build_policy ⇒ Types::PullRequestBuildPolicy
Returns the value of attribute pull_request_build_policy.
399 400 401 |
# File 'sig/types.rbs', line 399 def pull_request_build_policy @pull_request_build_policy end |
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
398 399 400 |
# File 'sig/types.rbs', line 398 def scope_configuration @scope_configuration end |