Class: Aws::Types::ListWebhooksResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



569
570
571
# File 'sig/types.rbs', line 569

def webhooks
  @webhooks
end