Class: Aws::Types::GenericWebhook

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:webhook_secret, :api_key])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def api_key
  @api_key
end

#webhook_id::String

Returns the value of attribute webhook_id.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def webhook_id
  @webhook_id
end

#webhook_secret::String

Returns the value of attribute webhook_secret.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def webhook_secret
  @webhook_secret
end

#webhook_type"hmac", ...

Returns the value of attribute webhook_type.

Returns:

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


579
580
581
# File 'sig/types.rbs', line 579

def webhook_type
  @webhook_type
end

#webhook_url::String

Returns the value of attribute webhook_url.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def webhook_url
  @webhook_url
end