Class: Aws::Omics::Types::ReferenceListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReferenceListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A genome reference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The reference’s ARN.
-
#creation_time ⇒ Time
When the reference was created.
-
#description ⇒ String
The reference’s description.
-
#id ⇒ String
The reference’s ID.
-
#md5 ⇒ String
The reference’s MD5 checksum.
-
#name ⇒ String
The reference’s name.
-
#reference_store_id ⇒ String
The reference’s store ID.
-
#status ⇒ String
The reference’s status.
-
#update_time ⇒ Time
When the reference was updated.
Instance Attribute Details
#arn ⇒ String
The reference’s ARN.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the reference was created.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The reference’s description.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The reference’s ID.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#md5 ⇒ String
The reference’s MD5 checksum.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The reference’s name.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#reference_store_id ⇒ String
The reference’s store ID.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The reference’s status.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the reference was updated.
5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 |
# File 'lib/aws-sdk-omics/types.rb', line 5412 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |