Class: Aws::CodeConnections::Types::RepositoryLinkInfo

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

Overview

Information about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of the connection associated with the repository link.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key_arnString

The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The provider type for the connection, such as GitHub, associated with the repository link.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

The Amazon Resource Name (ARN) of the repository link.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

The ID of the repository link.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository associated with the repository link.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1038

class RepositoryLinkInfo < Struct.new(
  :connection_arn,
  :encryption_key_arn,
  :owner_id,
  :provider_type,
  :repository_link_arn,
  :repository_link_id,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end