Class: Aws::CodeConnections::Types::UpdateRepositoryLinkInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

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.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.

Returns:

  • (String)


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

The ID of the repository link to be updated.

Returns:

  • (String)


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