Class: Aws::Omics::Types::GetReadSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReadSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ IO
The read set file payload.
Instance Attribute Details
#payload ⇒ IO
The read set file payload.
2446 2447 2448 2449 2450 |
# File 'lib/aws-sdk-omics/types.rb', line 2446 class GetReadSetResponse < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |