Class: Aws::Omics::Types::ExportReadSetDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ExportReadSetDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about a read set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The set’s ID.
-
#status ⇒ String
The set’s status.
-
#status_message ⇒ String
The set’s status message.
Instance Attribute Details
#id ⇒ String
The set’s ID.
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 ⇒ String
The set’s status.
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_message ⇒ String
The set’s status message.
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 |