Class: Aws::Types::UpdateWebhookInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWebhookInput
- 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.
-
#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.
-
#rotate_secret ⇒ Boolean
Returns the value of attribute rotate_secret.
Instance Attribute Details
#branch_filter ⇒ ::String
Returns the value of attribute branch_filter.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def branch_filter @branch_filter end |
#build_type ⇒ "BUILD", ...
Returns the value of attribute build_type.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def build_type @build_type end |
#filter_groups ⇒ ::Array[::Array[Types::WebhookFilter]]
Returns the value of attribute filter_groups.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def filter_groups @filter_groups end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def project_name @project_name end |
#pull_request_build_policy ⇒ Types::PullRequestBuildPolicy
Returns the value of attribute pull_request_build_policy.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def pull_request_build_policy @pull_request_build_policy end |
#rotate_secret ⇒ Boolean
Returns the value of attribute rotate_secret.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def rotate_secret @rotate_secret end |