Class: Aws::CodeArtifact::Types::AssociateExternalConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::AssociateExternalConnectionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::RepositoryDescription
Information about the connected repository after processing the request.
Instance Attribute Details
#repository ⇒ Types::RepositoryDescription
Information about the connected repository after processing the request.
113 114 115 116 117 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 113 class AssociateExternalConnectionResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |