Class: Aws::Omics::Types::GetReadSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadIO

The read set file payload.

Returns:

  • (IO)


2283
2284
2285
2286
2287
# File 'lib/aws-sdk-omics/types.rb', line 2283

class GetReadSetResponse < Struct.new(
  :payload)
  SENSITIVE = []
  include Aws::Structure
end