Class: Aws::Omics::Types::StartAnnotationImportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartAnnotationImportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_fields ⇒ Hash<String,String>
The annotation schema generated by the parsed annotation data.
-
#destination_name ⇒ String
A destination annotation store for the job.
-
#format_options ⇒ Types::FormatOptions
Formatting options for the annotation file.
-
#items ⇒ Array<Types::AnnotationImportItemSource>
Items to import.
-
#role_arn ⇒ String
A service role for the job.
-
#run_left_normalization ⇒ Boolean
The job’s left normalization setting.
-
#version_name ⇒ String
The name of the annotation store version.
Instance Attribute Details
#annotation_fields ⇒ Hash<String,String>
The annotation schema generated by the parsed annotation data.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#destination_name ⇒ String
A destination annotation store for the job.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#format_options ⇒ Types::FormatOptions
Formatting options for the annotation file.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::AnnotationImportItemSource>
Items to import.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
A service role for the job.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#run_left_normalization ⇒ Boolean
The job’s left normalization setting.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the annotation store version.
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 |
# File 'lib/aws-sdk-omics/types.rb', line 6877 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |