Class: Aws::CodeConnections::Types::UpdateRepositoryLinkOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Information about the repository link to be updated.



1714
1715
1716
1717
1718
# File 'lib/aws-sdk-codeconnections/types.rb', line 1714

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