Class: Aws::DevOpsAgent::Types::UpdateAssociationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


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_idString

The unique identifier of the given association.

Returns:

  • (String)


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

#configurationTypes::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