Method: Aws::Omics::Types::GetReadSetMetadataResponse#status

Defined in:
lib/aws-sdk-omics/types.rb

#statusString

The read set’s status.

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
# File 'lib/aws-sdk-omics/types.rb', line 2874

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