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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (Time)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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.

Returns:

  • (Time)


4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4985

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