Class: Aws::CodeStarconnections::Types::UpdateRepositoryLinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UpdateRepositoryLinkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1702 class UpdateRepositoryLinkOutput < Struct.new( :repository_link_info) SENSITIVE = [] include Aws::Structure end |