Class: Aws::CodeArtifact::Types::DisassociateExternalConnectionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repositoryTypes::RepositoryDescription

The repository associated with the removed external connection.



935
936
937
938
939
# File 'lib/aws-sdk-codeartifact/types.rb', line 935

class DisassociateExternalConnectionResult < Struct.new(
  :repository)
  SENSITIVE = []
  include Aws::Structure
end