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.
2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-omics/types.rb', line 2578 class ExportReadSet < Struct.new( :read_set_id) SENSITIVE = [] include Aws::Structure end |