Class: Aws::Types::Webhook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#webhook_id::String

Returns the value of attribute webhook_id.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def webhook_id
  @webhook_id
end

#webhook_type"hmac", ...

Returns the value of attribute webhook_type.

Returns:

  • ("hmac", "apikey", "gitlab", "pagerduty")


2195
2196
2197
# File 'sig/types.rbs', line 2195

def webhook_type
  @webhook_type
end

#webhook_url::String

Returns the value of attribute webhook_url.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def webhook_url
  @webhook_url
end