Class: Aws::Types::GetReadSetMetadataResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def arn
  @arn
end

#creation_job_id::String

Returns the value of attribute creation_job_id.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def creation_job_id
  @creation_job_id
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


912
913
914
# File 'sig/types.rbs', line 912

def creation_time
  @creation_time
end

#creation_type"IMPORT", "UPLOAD"

Returns the value of attribute creation_type.

Returns:

  • ("IMPORT", "UPLOAD")


917
918
919
# File 'sig/types.rbs', line 917

def creation_type
  @creation_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def description
  @description
end

#etagTypes::ETag

Returns the value of attribute etag.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def etag
  @etag
end

#file_type"FASTQ", ...

Returns the value of attribute file_type.

Returns:

  • ("FASTQ", "BAM", "CRAM", "UBAM")


911
912
913
# File 'sig/types.rbs', line 911

def file_type
  @file_type
end

#filesTypes::ReadSetFiles

Returns the value of attribute files.

Returns:



915
916
917
# File 'sig/types.rbs', line 915

def files
  @files
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def name
  @name
end

#reference_arn::String

Returns the value of attribute reference_arn.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def reference_arn
  @reference_arn
end

#sample_id::String

Returns the value of attribute sample_id.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def sample_id
  @sample_id
end

#sequence_informationTypes::SequenceInformation

Returns the value of attribute sequence_information.



913
914
915
# File 'sig/types.rbs', line 913

def sequence_information
  @sequence_information
end

#sequence_store_id::String

Returns the value of attribute sequence_store_id.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def sequence_store_id
  @sequence_store_id
end

#status"ARCHIVED", ...

Returns the value of attribute status.

Returns:

  • ("ARCHIVED", "ACTIVATING", "ACTIVE", "DELETING", "DELETED", "PROCESSING_UPLOAD", "UPLOAD_FAILED")


908
909
910
# File 'sig/types.rbs', line 908

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def status_message
  @status_message
end

#subject_id::String

Returns the value of attribute subject_id.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def subject_id
  @subject_id
end