Class: Aws::Omics::Types::ReferenceListItem

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

Overview

A genome reference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The reference’s ARN.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the reference was created.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The reference’s description.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The reference’s ID.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#md5String

The reference’s MD5 checksum.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The reference’s name.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#reference_store_idString

The reference’s store ID.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The reference’s status.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

When the reference was updated.



7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
# File 'lib/aws-sdk-omics/types.rb', line 7001

class ReferenceListItem < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end