Class: Aws::Omics::Types::GetVariantImportResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#completion_timeTime

When the job completed.

Returns:

  • (Time)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the job was created.

Returns:

  • (Time)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#destination_nameString

The job’s destination variant store.

Returns:

  • (String)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The job’s ID.

Returns:

  • (String)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::VariantImportItemDetail>

The job’s items.

Returns:



3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The job’s service role ARN.

Returns:

  • (String)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#run_left_normalizationBoolean

The job’s left normalization setting.

Returns:

  • (Boolean)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The job’s status.

Returns:

  • (String)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The job’s status message.

Returns:

  • (String)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

When the job was updated.

Returns:

  • (Time)


3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-omics/types.rb', line 3013

class GetVariantImportResponse < Struct.new(
  :id,
  :destination_name,
  :role_arn,
  :status,
  :status_message,
  :creation_time,
  :update_time,
  :completion_time,
  :items,
  :run_left_normalization,
  :annotation_fields)
  SENSITIVE = []
  include Aws::Structure
end