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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-devopsagent/types.rb', line 6847

class UpdateAssociationInput < Struct.new(
  :agent_space_id,
  :association_id,
  :configuration,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#association_idString

The unique identifier of the given association.

Returns:

  • (String)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-devopsagent/types.rb', line 6847

class UpdateAssociationInput < Struct.new(
  :agent_space_id,
  :association_id,
  :configuration,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#capabilitiesHash<String,Types::CapabilityConfiguration>

Enabled capabilities for this association.

Returns:



6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-devopsagent/types.rb', line 6847

class UpdateAssociationInput < Struct.new(
  :agent_space_id,
  :association_id,
  :configuration,
  :capabilities)
  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.



6847
6848
6849
6850
6851
6852
6853
6854
# File 'lib/aws-sdk-devopsagent/types.rb', line 6847

class UpdateAssociationInput < Struct.new(
  :agent_space_id,
  :association_id,
  :configuration,
  :capabilities)
  SENSITIVE = []
  include Aws::Structure
end