Class: Aws::Omics::Types::DefinitionRepositoryDetails

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

Overview

Contains detailed information about the source code repository that hosts the workflow definition files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of the connection to the source code repository.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1750

class DefinitionRepositoryDetails < Struct.new(
  :connection_arn,
  :full_repository_id,
  :source_reference,
  :provider_type,
  :provider_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#full_repository_idString

The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1750

class DefinitionRepositoryDetails < Struct.new(
  :connection_arn,
  :full_repository_id,
  :source_reference,
  :provider_type,
  :provider_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#provider_endpointString

The endpoint URL of the source code repository provider.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1750

class DefinitionRepositoryDetails < Struct.new(
  :connection_arn,
  :full_repository_id,
  :source_reference,
  :provider_type,
  :provider_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The provider type of the source code repository, such as Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, and GitLabSelfManaged.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1750

class DefinitionRepositoryDetails < Struct.new(
  :connection_arn,
  :full_repository_id,
  :source_reference,
  :provider_type,
  :provider_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#source_referenceTypes::SourceReference

The source reference for the repository, such as a branch name, tag, or commit ID.



1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1750

class DefinitionRepositoryDetails < Struct.new(
  :connection_arn,
  :full_repository_id,
  :source_reference,
  :provider_type,
  :provider_endpoint)
  SENSITIVE = []
  include Aws::Structure
end