Class: Aws::CodeArtifact::Types::DisassociateExternalConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DisassociateExternalConnectionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository ⇒ Types::RepositoryDescription
The repository associated with the removed external connection.
Instance Attribute Details
#repository ⇒ Types::RepositoryDescription
The repository associated with the removed external connection.
1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1170 class DisassociateExternalConnectionResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |