Class: Aws::Omics::Types::StartReferenceImportJobResponse

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

#creation_timeTime

When the job was created.

Returns:

  • (Time)


5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5767

class StartReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The job's ID.

Returns:

  • (String)


5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5767

class StartReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#reference_store_idString

The job's reference store ID.

Returns:

  • (String)


5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5767

class StartReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The job's service role ARN.

Returns:

  • (String)


5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5767

class StartReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The job's status.

Returns:

  • (String)


5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5767

class StartReferenceImportJobResponse < Struct.new(
  :id,
  :reference_store_id,
  :role_arn,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end