Class: Aws::Omics::Types::GetReadSetMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReadSetMetadataResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The read set's ARN.
-
#creation_job_id ⇒ String
The read set's creation job ID.
-
#creation_time ⇒ Time
When the read set was created.
-
#creation_type ⇒ String
The creation type of the read set.
-
#description ⇒ String
The read set's description.
-
#etag ⇒ Types::ETag
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
-
#file_type ⇒ String
The read set's file type.
-
#files ⇒ Types::ReadSetFiles
The read set's files.
-
#id ⇒ String
The read set's ID.
-
#name ⇒ String
The read set's name.
-
#reference_arn ⇒ String
The read set's genome reference ARN.
-
#sample_id ⇒ String
The read set's sample ID.
-
#sequence_information ⇒ Types::SequenceInformation
The read set's sequence information.
-
#sequence_store_id ⇒ String
The read set's sequence store ID.
-
#status ⇒ String
The read set's status.
-
#status_message ⇒ String
The status message for a read set.
-
#subject_id ⇒ String
The read set's subject ID.
Instance Attribute Details
#arn ⇒ String
The read set's ARN.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#creation_job_id ⇒ String
The read set's creation job ID.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the read set was created.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#creation_type ⇒ String
The creation type of the read set.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The read set's description.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ Types::ETag
The entity tag (ETag) is a hash of the object meant to represent its semantic content.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#file_type ⇒ String
The read set's file type.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Types::ReadSetFiles
The read set's files.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The read set's ID.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The read set's name.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#reference_arn ⇒ String
The read set's genome reference ARN.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#sample_id ⇒ String
The read set's sample ID.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#sequence_information ⇒ Types::SequenceInformation
The read set's sequence information.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set's sequence store ID.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The read set's status.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for a read set. It provides more detail as to why the read set has a status.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The read set's subject ID.
2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2772 class GetReadSetMetadataResponse < Struct.new( :id, :arn, :sequence_store_id, :subject_id, :sample_id, :status, :name, :description, :file_type, :creation_time, :sequence_information, :reference_arn, :files, :status_message, :creation_type, :etag, :creation_job_id) SENSITIVE = [] include Aws::Structure end |