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.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def webhook_id @webhook_id end |
#webhook_type ⇒ "hmac", ...
Returns the value of attribute webhook_type.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def webhook_type @webhook_type end |
#webhook_url ⇒ ::String
Returns the value of attribute webhook_url.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def webhook_url @webhook_url end |