Class: Aws::Types::UpdateWebhookRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWebhookRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#webhook_id ⇒ ::String
Returns the value of attribute webhook_id.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
765 766 767 |
# File 'sig/types.rbs', line 765 def branch_name @branch_name end |
#description ⇒ ::String
Returns the value of attribute description.
766 767 768 |
# File 'sig/types.rbs', line 766 def description @description end |
#webhook_id ⇒ ::String
Returns the value of attribute webhook_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def webhook_id @webhook_id end |