Class: Aws::CodeStarconnections::Types::UpdateRepositoryLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UpdateRepositoryLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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.
1688 1689 1690 1691 1692 1693 1694 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1688 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.
1688 1689 1690 1691 1692 1693 1694 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1688 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.
1688 1689 1690 1691 1692 1693 1694 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1688 class UpdateRepositoryLinkInput < Struct.new( :connection_arn, :encryption_key_arn, :repository_link_id) SENSITIVE = [] include Aws::Structure end |