Class: Aws::Omics::Types::ExportReadSetDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Details about a read set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The set’s ID.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-omics/types.rb', line 1687

class ExportReadSetDetail < Struct.new(
  :id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The set’s status.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-omics/types.rb', line 1687

class ExportReadSetDetail < Struct.new(
  :id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The set’s status message.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-omics/types.rb', line 1687

class ExportReadSetDetail < Struct.new(
  :id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end