Class: Aws::Types::GenericWebhook
- Inherits:
-
Object
- Object
- Aws::Types::GenericWebhook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#webhook_id ⇒ ::String
Returns the value of attribute webhook_id.
-
#webhook_secret ⇒ ::String
Returns the value of attribute webhook_secret.
-
#webhook_type ⇒ "hmac", ...
Returns the value of attribute webhook_type.
-
#webhook_url ⇒ ::String
Returns the value of attribute webhook_url.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
581 582 583 |
# File 'sig/types.rbs', line 581 def api_key @api_key end |
#webhook_id ⇒ ::String
Returns the value of attribute webhook_id.
578 579 580 |
# File 'sig/types.rbs', line 578 def webhook_id @webhook_id end |
#webhook_secret ⇒ ::String
Returns the value of attribute webhook_secret.
580 581 582 |
# File 'sig/types.rbs', line 580 def webhook_secret @webhook_secret end |
#webhook_type ⇒ "hmac", ...
Returns the value of attribute webhook_type.
579 580 581 |
# File 'sig/types.rbs', line 579 def webhook_type @webhook_type end |
#webhook_url ⇒ ::String
Returns the value of attribute webhook_url.
577 578 579 |
# File 'sig/types.rbs', line 577 def webhook_url @webhook_url end |