Class: Aws::DevOpsAgent::Types::UpdateAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateAssociationInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for updating an existing service association. Present fields are fully replaced; absent fields are left unchanged.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#association_id ⇒ String
The unique identifier of the given association.
-
#configuration ⇒ Types::ServiceConfiguration
The configuration that directs how AgentSpace interacts with the given service.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
4735 4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4735 class UpdateAssociationInput < Struct.new( :agent_space_id, :association_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The unique identifier of the given association.
4735 4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4735 class UpdateAssociationInput < Struct.new( :agent_space_id, :association_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::ServiceConfiguration
The configuration that directs how AgentSpace interacts with the given service. The entire configuration is replaced on update.
4735 4736 4737 4738 4739 4740 4741 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4735 class UpdateAssociationInput < Struct.new( :agent_space_id, :association_id, :configuration) SENSITIVE = [] include Aws::Structure end |