Class: Aws::Omics::Types::CompleteMultipartReadSetUploadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CompleteMultipartReadSetUploadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#read_set_id ⇒ String
The read set ID created for an uploaded read set.
Instance Attribute Details
#read_set_id ⇒ String
The read set ID created for an uploaded read set.
482 483 484 485 486 |
# File 'lib/aws-sdk-omics/types.rb', line 482 class CompleteMultipartReadSetUploadResponse < Struct.new( :read_set_id) SENSITIVE = [] include Aws::Structure end |