Class: Aws::CodeConnections::Types::GetRepositoryLinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetRepositoryLinkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_link_info ⇒ Types::RepositoryLinkInfo
The information returned for a specified repository link.
Instance Attribute Details
#repository_link_info ⇒ Types::RepositoryLinkInfo
The information returned for a specified repository link.
516 517 518 519 520 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 516 class GetRepositoryLinkOutput < Struct.new( :repository_link_info) SENSITIVE = [] include Aws::Structure end |