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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 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.
6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-omics/types.rb', line 6009 class StartAnnotationImportRequest < Struct.new( :destination_name, :role_arn, :items, :version_name, :format_options, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |