Class: Aws::DevOpsAgent::Types::GetAssociationInput

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

Overview

Input for retrieving a specific service association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1330

class GetAssociationInput < Struct.new(
  :agent_space_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end

#association_idString

The unique identifier of the given association.

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1330

class GetAssociationInput < Struct.new(
  :agent_space_id,
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end