Class: Aws::Types::Webhook
- Inherits:
-
Object
- Object
- Aws::Types::Webhook
- 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.
-
#last_modified_secret ⇒ ::Time
Returns the value of attribute last_modified_secret.
-
#manual_creation ⇒ Boolean
Returns the value of attribute manual_creation.
-
#payload_url ⇒ ::String
Returns the value of attribute payload_url.
-
#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.
-
#secret ⇒ ::String
Returns the value of attribute secret.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#branch_filter ⇒ ::String
Returns the value of attribute branch_filter.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def branch_filter @branch_filter end |
#build_type ⇒ "BUILD", ...
Returns the value of attribute build_type.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def build_type @build_type end |
#filter_groups ⇒ ::Array[::Array[Types::WebhookFilter]]
Returns the value of attribute filter_groups.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def filter_groups @filter_groups end |
#last_modified_secret ⇒ ::Time
Returns the value of attribute last_modified_secret.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def last_modified_secret @last_modified_secret end |
#manual_creation ⇒ Boolean
Returns the value of attribute manual_creation.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def manual_creation @manual_creation end |
#payload_url ⇒ ::String
Returns the value of attribute payload_url.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def payload_url @payload_url end |
#pull_request_build_policy ⇒ Types::PullRequestBuildPolicy
Returns the value of attribute pull_request_build_policy.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def pull_request_build_policy @pull_request_build_policy end |
#scope_configuration ⇒ Types::ScopeConfiguration
Returns the value of attribute scope_configuration.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def scope_configuration @scope_configuration end |
#secret ⇒ ::String
Returns the value of attribute secret.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def secret @secret end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def end |
#url ⇒ ::String
Returns the value of attribute url.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def url @url end |