Class: Aws::DevOpsAgent::Types::UpdateAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateAssociationOutput
- Includes:
- Structure
- Defined in:
- 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.
4911 4912 4913 4914 4915 4916 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4911 class UpdateAssociationOutput < Struct.new( :association, :webhook) SENSITIVE = [] include Aws::Structure end |
#webhook ⇒ Types::GenericWebhook
Generic webhook configuration
4911 4912 4913 4914 4915 4916 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4911 class UpdateAssociationOutput < Struct.new( :association, :webhook) SENSITIVE = [] include Aws::Structure end |