Class: Aws::DevOpsAgent::Types::Webhook

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

Overview

Represents a complete Webhook with all its properties, and unique identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhook_idString

The unique identifier of the Webhook

Returns:

  • (String)


6273
6274
6275
6276
6277
6278
6279
# File 'lib/aws-sdk-devopsagent/types.rb', line 6273

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

#webhook_typeString

Webhook authentication type.

Returns:

  • (String)


6273
6274
6275
6276
6277
6278
6279
# File 'lib/aws-sdk-devopsagent/types.rb', line 6273

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

#webhook_urlString

Webhook endpoint URL.

Returns:

  • (String)


6273
6274
6275
6276
6277
6278
6279
# File 'lib/aws-sdk-devopsagent/types.rb', line 6273

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