Class: Aws::CodeStarconnections::Types::UpdateRepositoryLinkOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Information about the repository link to be updated.



1702
1703
1704
1705
1706
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1702

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