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
945 946 947 948 949 950 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 945 class DisassociateServiceInput < Struct.new( :agent_space_id, :association_id) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The unique identifier of the given association.
945 946 947 948 949 950 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 945 class DisassociateServiceInput < Struct.new( :agent_space_id, :association_id) SENSITIVE = [] include Aws::Structure end |