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.
2312 2313 2314 2315 2316 2317 |
# File 'lib/aws-sdk-omics/types.rb', line 2312 class GetReadSetMetadataRequest < Struct.new( :id, :sequence_store_id) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The read set’s sequence store ID.
2312 2313 2314 2315 2316 2317 |
# File 'lib/aws-sdk-omics/types.rb', line 2312 class GetReadSetMetadataRequest < Struct.new( :id, :sequence_store_id) SENSITIVE = [] include Aws::Structure end |