Class: Aws::CodeConnections::Types::UpdateRepositoryLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::UpdateRepositoryLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection for the repository link to be updated.
-
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
-
#repository_link_id ⇒ String
The ID of the repository link to be updated.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1700 class UpdateRepositoryLinkInput < Struct.new( :connection_arn, :encryption_key_arn, :repository_link_id) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1700 class UpdateRepositoryLinkInput < Struct.new( :connection_arn, :encryption_key_arn, :repository_link_id) SENSITIVE = [] include Aws::Structure end |
#repository_link_id ⇒ String
The ID of the repository link to be updated.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1700 class UpdateRepositoryLinkInput < Struct.new( :connection_arn, :encryption_key_arn, :repository_link_id) SENSITIVE = [] include Aws::Structure end |