Class: Aws::DevOpsAgent::Types::AssociateServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssociateServiceInput
- 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
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#configuration ⇒ Types::ServiceConfiguration
The configuration that directs how AgentSpace interacts with the given service.
-
#service_id ⇒ String
The unique identifier of the service.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
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 |
#configuration ⇒ Types::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_id ⇒ String
The unique identifier of the 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 |