Class: Aws::CodeConnections::Types::UpdateRepositoryLinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UpdateRepositoryLinkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_link_info ⇒ Types::RepositoryLinkInfo
Information about the repository link to be updated.
Instance Attribute Details
#repository_link_info ⇒ Types::RepositoryLinkInfo
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 |