Class: Aws::DevOpsAgent::Types::AssociateServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssociateServiceOutput
- 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
-
#association ⇒ Types::Association
Represents a service association within an AgentSpace, defining how the agent interacts with external services.
-
#webhook ⇒ Types::GenericWebhook
Generic webhook configuration.
Instance Attribute Details
#association ⇒ Types::Association
Represents a service association within an AgentSpace, defining how the agent interacts with external services.
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 |
#webhook ⇒ Types::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 |