Class: Aws::DevOpsAgent::Types::UpdateAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateAssociationOutput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Output containing the updated 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.
4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4757 class UpdateAssociationOutput < Struct.new( :association, :webhook) SENSITIVE = [] include Aws::Structure end |
#webhook ⇒ Types::GenericWebhook
Generic webhook configuration
4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4757 class UpdateAssociationOutput < Struct.new( :association, :webhook) SENSITIVE = [] include Aws::Structure end |