Class: Aws::Types::PutWebhookInput
- Inherits:
-
Object
- Object
- Aws::Types::PutWebhookInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#webhook ⇒ Types::WebhookDefinition
Returns the value of attribute webhook.
Instance Attribute Details
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def @tags end |
#webhook ⇒ Types::WebhookDefinition
Returns the value of attribute webhook.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def webhook @webhook end |