Class: Aws::Types::ListWebhooksResult
- Inherits:
-
Object
- Object
- Aws::Types::ListWebhooksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#webhooks ⇒ ::Array[Types::Webhook]
Returns the value of attribute webhooks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
570 571 572 |
# File 'sig/types.rbs', line 570 def next_token @next_token end |
#webhooks ⇒ ::Array[Types::Webhook]
Returns the value of attribute webhooks.
569 570 571 |
# File 'sig/types.rbs', line 569 def webhooks @webhooks end |