Class: Aws::Types::Webhook
- Inherits:
-
Object
- Object
- Aws::Types::Webhook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#webhook_id ⇒ ::String
Returns the value of attribute webhook_id.
-
#webhook_type ⇒ "hmac", ...
Returns the value of attribute webhook_type.
-
#webhook_url ⇒ ::String
Returns the value of attribute webhook_url.
Instance Attribute Details
#webhook_id ⇒ ::String
Returns the value of attribute webhook_id.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def webhook_id @webhook_id end |
#webhook_type ⇒ "hmac", ...
Returns the value of attribute webhook_type.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def webhook_type @webhook_type end |
#webhook_url ⇒ ::String
Returns the value of attribute webhook_url.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def webhook_url @webhook_url end |