Class: Aws::DevOpsAgent::Types::GetAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetAssociationInput
- 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
-
#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
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_id ⇒ String
The unique identifier of the given association.
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 |