Class: Aws::Omics::Types::AnnotationImportJobItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AnnotationImportJobItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
An annotation import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_fields ⇒ Hash<String,String>
The annotation schema generated by the parsed annotation data.
-
#completion_time ⇒ Time
When the job completed.
-
#creation_time ⇒ Time
When the job was created.
-
#destination_name ⇒ String
The job's destination annotation store.
-
#id ⇒ String
The job's ID.
-
#role_arn ⇒ String
The job's service role ARN.
-
#run_left_normalization ⇒ Boolean
The job's left normalization setting.
-
#status ⇒ String
The job's status.
-
#update_time ⇒ Time
When the job was updated.
-
#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.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#completion_time ⇒ Time
When the job completed.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#destination_name ⇒ String
The job's destination annotation store.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job's ID.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job's service role ARN.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#run_left_normalization ⇒ Boolean
The job's left normalization setting.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job's status.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the job was updated.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the annotation store version.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 231 class AnnotationImportJobItem < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :creation_time, :update_time, :completion_time, :run_left_normalization, :annotation_fields) SENSITIVE = [] include Aws::Structure end |