Class: Aws::DevOpsAgent::Types::AssociateServiceOutput

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

Overview

Output containing the newly created association and optional webhook configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::Association

Represents a service association within an AgentSpace, defining how the agent interacts with external services.

Returns:



312
313
314
315
316
317
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 312

class AssociateServiceOutput < Struct.new(
  :association,
  :webhook)
  SENSITIVE = []
  include Aws::Structure
end

#webhookTypes::GenericWebhook

Generic webhook configuration



312
313
314
315
316
317
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 312

class AssociateServiceOutput < Struct.new(
  :association,
  :webhook)
  SENSITIVE = []
  include Aws::Structure
end