Class: Aws::DevOpsAgent::Types::AssociateServiceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Input for creating a new service association within an AgentSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


548
549
550
551
552
553
554
555
# File 'lib/aws-sdk-devopsagent/types.rb', line 548

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

#capabilitiesHash<String,Types::CapabilityConfiguration>

Enabled capabilities for this association.

Returns:



548
549
550
551
552
553
554
555
# File 'lib/aws-sdk-devopsagent/types.rb', line 548

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

#configurationTypes::ServiceConfiguration

The configuration that directs how AgentSpace interacts with the given service.



548
549
550
551
552
553
554
555
# File 'lib/aws-sdk-devopsagent/types.rb', line 548

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

#service_idString

The unique identifier of the service.

Returns:

  • (String)


548
549
550
551
552
553
554
555
# File 'lib/aws-sdk-devopsagent/types.rb', line 548

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