Class: Aws::DevOpsAgent::Types::GenericWebhook

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Generic webhook configuration for services that support webhook notifications.

Constant Summary collapse

SENSITIVE =
[:webhook_secret, :api_key]

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

API Key for API Key webhook authentication

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1231

class GenericWebhook < Struct.new(
  :webhook_url,
  :webhook_id,
  :webhook_type,
  :webhook_secret,
  :api_key)
  SENSITIVE = [:webhook_secret, :api_key]
  include Aws::Structure
end

#webhook_idString

The unique webhook identifier

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1231

class GenericWebhook < Struct.new(
  :webhook_url,
  :webhook_id,
  :webhook_type,
  :webhook_secret,
  :api_key)
  SENSITIVE = [:webhook_secret, :api_key]
  include Aws::Structure
end

#webhook_secretString

The webhook secret for authentication

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1231

class GenericWebhook < Struct.new(
  :webhook_url,
  :webhook_id,
  :webhook_type,
  :webhook_secret,
  :api_key)
  SENSITIVE = [:webhook_secret, :api_key]
  include Aws::Structure
end

#webhook_typeString

The webhook authentication type

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1231

class GenericWebhook < Struct.new(
  :webhook_url,
  :webhook_id,
  :webhook_type,
  :webhook_secret,
  :api_key)
  SENSITIVE = [:webhook_secret, :api_key]
  include Aws::Structure
end

#webhook_urlString

The webhook URL endpoint

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1231

class GenericWebhook < Struct.new(
  :webhook_url,
  :webhook_id,
  :webhook_type,
  :webhook_secret,
  :api_key)
  SENSITIVE = [:webhook_secret, :api_key]
  include Aws::Structure
end