Class: Aws::CodeStarconnections::Types::GetRepositoryLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::GetRepositoryLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
498 499 500 501 502 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 498 class GetRepositoryLinkInput < Struct.new( :repository_link_id) SENSITIVE = [] include Aws::Structure end |