Class: Aws::Omics::Types::GetAnnotationImportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_fieldsHash<String,String>

The annotation schema generated by the parsed annotation data.

Returns:

  • (Hash<String,String>)


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_timeTime

When the job completed.

Returns:

  • (Time)


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_timeTime

When the job was created.

Returns:

  • (Time)


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_nameString

The job's destination annotation store.

Returns:

  • (String)


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

#idString

The job's ID.

Returns:

  • (String)


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

#itemsArray<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_arnString

The job's service role ARN.

Returns:

  • (String)


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_normalizationBoolean

The job's left normalization setting.

Returns:

  • (Boolean)


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

#statusString

The job's status.

Returns:

  • (String)


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_messageString

The job's status message.

Returns:

  • (String)


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_timeTime

When the job was updated.

Returns:

  • (Time)


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_nameString

The name of the annotation store version.

Returns:

  • (String)


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