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.
973 974 975 976 977 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 973 class DisassociateExternalConnectionResult < Struct.new( :repository) SENSITIVE = [] include Aws::Structure end |