Class: Aws::DevOpsAgent::Types::DisassociateServiceInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


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_idString

The unique identifier of the given association.

Returns:

  • (String)


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