Class: Aws::CodeConnections::Types::GetRepositoryLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::GetRepositoryLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#repository_link_id ⇒ String
The ID of the repository link to get.
Instance Attribute Details
#repository_link_id ⇒ String
The ID of the repository link to get.
504 505 506 507 508 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 504 class GetRepositoryLinkInput < Struct.new( :repository_link_id) SENSITIVE = [] include Aws::Structure end |