Class: Aws::CodeConnections::Types::CreateRepositoryLinkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::CreateRepositoryLinkOutput
- 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 returned information about the created repository link.
Instance Attribute Details
#repository_link_info ⇒ Types::RepositoryLinkInfo
The returned information about the created repository link.
272 273 274 275 276 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 272 class CreateRepositoryLinkOutput < Struct.new( :repository_link_info) SENSITIVE = [] include Aws::Structure end |