Class: Aws::CodeStarconnections::Types::DeleteRepositoryLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::DeleteRepositoryLinkInput
- 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 be deleted.
Instance Attribute Details
#repository_link_id ⇒ String
The ID of the repository link to be deleted.
390 391 392 393 394 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 390 class DeleteRepositoryLinkInput < Struct.new( :repository_link_id) SENSITIVE = [] include Aws::Structure end |