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)


1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-omics/types.rb', line 1524

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

#statusString

The set’s status.

Returns:

  • (String)


1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-omics/types.rb', line 1524

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

#status_messageString

The set’s status message.

Returns:

  • (String)


1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-omics/types.rb', line 1524

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