Class: Aws::Types::WebhookDefinition
- Inherits:
-
Object
- Object
- Aws::Types::WebhookDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ "GITHUB_HMAC", ...
Returns the value of attribute authentication.
-
#authentication_configuration ⇒ Types::WebhookAuthConfiguration
Returns the value of attribute authentication_configuration.
-
#filters ⇒ ::Array[Types::WebhookFilterRule]
Returns the value of attribute filters.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_action ⇒ ::String
Returns the value of attribute target_action.
-
#target_pipeline ⇒ ::String
Returns the value of attribute target_pipeline.
Instance Attribute Details
#authentication ⇒ "GITHUB_HMAC", ...
Returns the value of attribute authentication.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def authentication @authentication end |
#authentication_configuration ⇒ Types::WebhookAuthConfiguration
Returns the value of attribute authentication_configuration.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def authentication_configuration @authentication_configuration end |
#filters ⇒ ::Array[Types::WebhookFilterRule]
Returns the value of attribute filters.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def filters @filters end |
#name ⇒ ::String
Returns the value of attribute name.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def name @name end |
#target_action ⇒ ::String
Returns the value of attribute target_action.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def target_action @target_action end |
#target_pipeline ⇒ ::String
Returns the value of attribute target_pipeline.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def target_pipeline @target_pipeline end |