Class: Aws::CodeArtifact::Types::DisassociateExternalConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::DisassociateExternalConnectionResult
- Defined in:
- gems/aws-sdk-codeartifact/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.
864 865 866 867 868 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 864 class DisassociateExternalConnectionResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |