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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/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)


290
291
292
293
294
295
296
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 290

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

#configurationTypes::ServiceConfiguration

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



290
291
292
293
294
295
296
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 290

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

#service_idString

The unique identifier of the service.

Returns:

  • (String)


290
291
292
293
294
295
296
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 290

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