Class: Aws::CodeConnections::Types::RepositoryLinkInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::RepositoryLinkInfo
- Includes:
- Structure
- Defined in:
- 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
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection associated with the repository link.
-
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.
-
#owner_id ⇒ String
The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.
-
#provider_type ⇒ String
The provider type for the connection, such as GitHub, associated with the repository link.
-
#repository_link_arn ⇒ String
The Amazon Resource Name (ARN) of the repository link.
-
#repository_link_id ⇒ String
The ID of the repository link.
-
#repository_name ⇒ String
The name of the repository associated with the repository link.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection associated with the repository link.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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_arn ⇒ String
The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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_id ⇒ String
The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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_type ⇒ String
The provider type for the connection, such as GitHub, associated with the repository link.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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_link_arn ⇒ String
The Amazon Resource Name (ARN) of the repository link.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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_link_id ⇒ String
The ID of the repository link.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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_name ⇒ String
The name of the repository associated with the repository link.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1044 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 |