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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
# File 'lib/aws-sdk-omics/types.rb', line 6222

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