Class: Aws::DevOpsAgent::Types::DisassociateServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DisassociateServiceInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for removing a service association from an AgentSpace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#association_id ⇒ String
The unique identifier of the given association.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
915 916 917 918 919 920 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 915 class DisassociateServiceInput < Struct.new( :agent_space_id, :association_id) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The unique identifier of the given association.
915 916 917 918 919 920 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 915 class DisassociateServiceInput < Struct.new( :agent_space_id, :association_id) SENSITIVE = [] include Aws::Structure end |