Class: Aws::CodeConnections::Types::DeleteRepositoryLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::DeleteRepositoryLinkInput
- 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 be deleted.
Instance Attribute Details
#repository_link_id ⇒ String
The ID of the repository link to be deleted.
396 397 398 399 400 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 396 class DeleteRepositoryLinkInput < Struct.new( :repository_link_id) SENSITIVE = [] include Aws::Structure end |