Class: Aws::CodeStarconnections::Types::UpdateRepositoryLinkInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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)


1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-codestarconnections/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_arnString

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

Returns:

  • (String)


1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-codestarconnections/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

The ID of the repository link to be updated.

Returns:

  • (String)


1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-codestarconnections/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