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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 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.
7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 |
# File 'lib/aws-sdk-omics/types.rb', line 7101 class ReferenceListItem < Struct.new( :id, :arn, :reference_store_id, :md5, :status, :name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |