Class: Aws::DevOpsAgent::Types::GetAssociationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Output containing the requested association details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::Association

Represents a service association within an AgentSpace, defining how the agent interacts with external services.

Returns:



1346
1347
1348
1349
1350
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1346

class GetAssociationOutput < Struct.new(
  :association)
  SENSITIVE = []
  include Aws::Structure
end