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)


6487
6488
6489
6490
6491
6492
6493
6494
# File 'lib/aws-sdk-devopsagent/types.rb', line 6487

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)


6487
6488
6489
6490
6491
6492
6493
6494
# File 'lib/aws-sdk-devopsagent/types.rb', line 6487

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:



6487
6488
6489
6490
6491
6492
6493
6494
# File 'lib/aws-sdk-devopsagent/types.rb', line 6487

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.



6487
6488
6489
6490
6491
6492
6493
6494
# File 'lib/aws-sdk-devopsagent/types.rb', line 6487

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