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)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def webhook_id
  @webhook_id
end

#webhook_type"hmac", ...

Returns the value of attribute webhook_type.

Returns:

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


2202
2203
2204
# File 'sig/types.rbs', line 2202

def webhook_type
  @webhook_type
end

#webhook_url::String

Returns the value of attribute webhook_url.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def webhook_url
  @webhook_url
end