Class: Aws::Omics::Types::DefinitionRepository

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#connection_arnString

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

Returns:

  • (String)


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_patternsArray<String>

A list of file patterns to exclude when retrieving the workflow definition from the repository.

Returns:

  • (Array<String>)


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_idString

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

Returns:

  • (String)


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_referenceTypes::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