Class: Aws::Types::ListWebhooksOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListWebhooksOutput
- 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::ListWebhookItem]
Returns the value of attribute webhooks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
855 856 857 |
# File 'sig/types.rbs', line 855 def next_token @next_token end |
#webhooks ⇒ ::Array[Types::ListWebhookItem]
Returns the value of attribute webhooks.
854 855 856 |
# File 'sig/types.rbs', line 854 def webhooks @webhooks end |