Class: Aws::DevOpsAgent::Types::AssociateServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssociateServiceInput
- 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
-
#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
252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 252 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.
252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 252 class AssociateServiceInput < Struct.new( :agent_space_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The unique identifier of the service.
252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 252 class AssociateServiceInput < Struct.new( :agent_space_id, :service_id, :configuration) SENSITIVE = [] include Aws::Structure end |