Class: Aws::Omics::Types::DefinitionRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DefinitionRepository
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Contains information about a source code repository that hosts the workflow definition files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection to the source code repository.
-
#exclude_file_patterns ⇒ Array<String>
A list of file patterns to exclude when retrieving the workflow definition from the repository.
-
#full_repository_id ⇒ String
The full repository identifier, including the repository owner and name.
-
#source_reference ⇒ Types::SourceReference
The source reference for the repository, such as a branch name, tag, or commit ID.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection to the source code repository.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1712 class DefinitionRepository < Struct.new( :connection_arn, :full_repository_id, :source_reference, :exclude_file_patterns) SENSITIVE = [] include Aws::Structure end |
#exclude_file_patterns ⇒ Array<String>
A list of file patterns to exclude when retrieving the workflow definition from the repository.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1712 class DefinitionRepository < Struct.new( :connection_arn, :full_repository_id, :source_reference, :exclude_file_patterns) SENSITIVE = [] include Aws::Structure end |
#full_repository_id ⇒ String
The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1712 class DefinitionRepository < Struct.new( :connection_arn, :full_repository_id, :source_reference, :exclude_file_patterns) SENSITIVE = [] include Aws::Structure end |
#source_reference ⇒ Types::SourceReference
The source reference for the repository, such as a branch name, tag, or commit ID.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1712 class DefinitionRepository < Struct.new( :connection_arn, :full_repository_id, :source_reference, :exclude_file_patterns) SENSITIVE = [] include Aws::Structure end |