Class: Aws::Omics::Types::GetReadSetMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReadSetMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The read set’s ID.
-
#sequence_store_id ⇒ String
The read set’s sequence store ID.
Instance Attribute Details
#id ⇒ String
The read set’s ID.
3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-omics/types.rb', line 3380 class GetReadSetMetadataRequest < Struct.new( :id, :sequence_store_id) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-omics/types.rb', line 3380 class GetReadSetMetadataRequest < Struct.new( :id, :sequence_store_id) SENSITIVE = [] include Aws::Structure end |