Class: Aws::Omics::Types::GetAnnotationImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetAnnotationImportResponse
- Defined in:
- gems/aws-sdk-omics/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.
-
#completion_time ⇒ Time
When the job completed.
-
#creation_time ⇒ Time
When the job was created.
-
#destination_name ⇒ String
The job's destination annotation store.
-
#format_options ⇒ Types::FormatOptions
Formatting options for a file.
-
#id ⇒ String
The job's ID.
-
#items ⇒ Array<Types::AnnotationImportItemDetail>
The job's imported items.
-
#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.
-
#status_message ⇒ String
The job's status message.
-
#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.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#completion_time ⇒ Time
When the job completed.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#destination_name ⇒ String
The job's destination annotation store.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#format_options ⇒ Types::FormatOptions
Formatting options for a file.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The job's ID.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::AnnotationImportItemDetail>
The job's imported items.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The job's service role ARN.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#run_left_normalization ⇒ Boolean
The job's left normalization setting.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The job's status.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The job's status message.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the job was updated.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the annotation store version.
2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2090 class GetAnnotationImportResponse < Struct.new( :id, :destination_name, :version_name, :role_arn, :status, :status_message, :creation_time, :update_time, :completion_time, :items, :run_left_normalization, :format_options, :annotation_fields) SENSITIVE = [] include Aws::Structure end |