Class: Aws::Omics::Types::ExportReadSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ExportReadSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A read set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#read_set_id ⇒ String
The set’s ID.
Instance Attribute Details
#read_set_id ⇒ String
The set’s ID.
1665 1666 1667 1668 1669 |
# File 'lib/aws-sdk-omics/types.rb', line 1665 class ExportReadSet < Struct.new( :read_set_id) SENSITIVE = [] include Aws::Structure end |